Package | Description |
---|---|
org.codehaus.plexus.archiver.tar |
Modifier and Type | Field and Description |
---|---|
private TarUnArchiver.UntarCompressionMethod |
TarUnArchiver.compression
compression method
|
Modifier and Type | Method and Description |
---|---|
static TarUnArchiver.UntarCompressionMethod |
TarUnArchiver.UntarCompressionMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TarUnArchiver.UntarCompressionMethod[] |
TarUnArchiver.UntarCompressionMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private java.io.InputStream |
TarUnArchiver.decompress(TarUnArchiver.UntarCompressionMethod compression,
java.io.File file,
java.io.InputStream istream)
This method wraps the input stream with the
corresponding decompression method
|
void |
TarUnArchiver.setCompression(TarUnArchiver.UntarCompressionMethod method)
Set decompression algorithm to use; default=none.
|