public static class Decompressor.Zip extends Decompressor
Decompressor.Entry, Decompressor.Tar, Decompressor.Zip
Constructor and Description |
---|
Zip(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
protected void |
closeEntryStream(java.io.InputStream stream) |
protected void |
closeStream() |
protected Decompressor.Entry |
nextEntry() |
protected java.io.InputStream |
openEntryStream(Decompressor.Entry entry) |
protected void |
openStream() |
Decompressor |
withUnixPermissionsAndSymlinks()
Enables Zip Extensions to consider symlinks and unix file permissions.
|
entryFile, extract, filter, overwrite, postprocessor, removePrefixPath
public Decompressor withUnixPermissionsAndSymlinks()
protected void openStream() throws java.io.IOException
openStream
in class Decompressor
java.io.IOException
protected Decompressor.Entry nextEntry()
nextEntry
in class Decompressor
protected java.io.InputStream openEntryStream(Decompressor.Entry entry) throws java.io.IOException
openEntryStream
in class Decompressor
java.io.IOException
protected void closeEntryStream(java.io.InputStream stream) throws java.io.IOException
closeEntryStream
in class Decompressor
java.io.IOException
protected void closeStream() throws java.io.IOException
closeStream
in class Decompressor
java.io.IOException