public interface CompressionAlgorithmTags
Modifier and Type | Field and Description |
---|---|
static int |
BZIP2
BZIP2 compression.
|
static int |
UNCOMPRESSED
No compression.
|
static int |
ZIP
ZIP (RFC 1951) compression.
|
static int |
ZLIB
ZLIB (RFC 1950) compression.
|
static final int UNCOMPRESSED
static final int ZIP
static final int ZLIB
static final int BZIP2