public static class Decompressor.Tar extends Decompressor
Decompressor.Entry, Decompressor.Tar, Decompressor.Zip
Constructor and Description |
---|
Tar(java.io.File file) |
Tar(java.io.InputStream stream) |
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.Tar |
withSymlinks() |
entryFile, extract, filter, overwrite, postprocessor, removePrefixPath
public Decompressor.Tar withSymlinks()
protected void openStream() throws java.io.IOException
openStream
in class Decompressor
java.io.IOException
protected Decompressor.Entry nextEntry() throws java.io.IOException
nextEntry
in class Decompressor
java.io.IOException
protected java.io.InputStream openEntryStream(Decompressor.Entry entry)
openEntryStream
in class Decompressor
protected void closeEntryStream(java.io.InputStream stream)
closeEntryStream
in class Decompressor
protected void closeStream() throws java.io.IOException
closeStream
in class Decompressor
java.io.IOException