public interface CompressionAlgorithmTags
Modifier and Type | Field and Description |
---|---|
static int |
BZIP2 |
static int |
UNCOMPRESSED |
static int |
ZIP |
static int |
ZLIB |
static final int UNCOMPRESSED
static final int ZIP
static final int ZLIB
static final int BZIP2