public class ZipFileTarArchive extends Object implements TarArchive
TarArchive.NORMALIZED_TIME| Constructor and Description |
|---|
ZipFileTarArchive(File zip,
Owner owner)
Creates an archive from the contents of the given
zip. |
| Modifier and Type | Method and Description |
|---|---|
void |
writeTo(OutputStream outputStream)
Write the TAR archive to the given output stream.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromZip, ofpublic void writeTo(OutputStream outputStream) throws IOException
TarArchivewriteTo in interface TarArchiveoutputStream - the output stream to write toIOException - on IO error