public class ZipFileTarArchive extends java.lang.Object implements TarArchive
TarArchive.NORMALIZED_TIME| Constructor and Description |
|---|
ZipFileTarArchive(java.io.File zip,
Owner owner)
Creates an archive from the contents of the given
zip. |
| Modifier and Type | Method and Description |
|---|---|
void |
writeTo(java.io.OutputStream outputStream)
Write the TAR archive to the given output stream.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromZip, ofpublic ZipFileTarArchive(java.io.File zip,
Owner owner)
zip. Each entry in the
archive will be owned by the given owner.zip - the zip to use as a sourceowner - the owner of the tar entriespublic void writeTo(java.io.OutputStream outputStream)
throws java.io.IOException
TarArchivewriteTo in interface TarArchiveoutputStream - the output stream to write tojava.io.IOException - on IO error