| Package | Description |
|---|---|
| org.dellroad.lzma.client |
| Modifier and Type | Field and Description |
|---|---|
static CompressionMode |
LZMACompressor.DEFAULT_COMPRESSION_MODE
The default compression mode (
3). |
| Modifier and Type | Method and Description |
|---|---|
static CompressionMode |
CompressionMode.get(int level)
The the instance corresponding to the integer
level. |
static CompressionMode |
CompressionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionMode[] |
CompressionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LZMAByteArrayCompressor(byte[] data,
CompressionMode mode)
Primary constructor.
|
LZMACompressor(InputStream input,
OutputStream output,
long length,
CompressionMode mode)
Primary constructor.
|
Copyright © 2015. All rights reserved.