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, wait
fromZip, of
public void writeTo(OutputStream outputStream) throws IOException
TarArchive
writeTo
in interface TarArchive
outputStream
- the output stream to write toIOException
- on IO error