Package kala.compress.compressors.gzip
Provides stream classes for compressing and decompressing streams using the GZip algorithm.
The classes in this package are wrappers around java.util.zip.GZIPInputStream and java.util.zip.GZIPOutputStream.
- See Also:
- RFC 1952 GZIP File Format Specification
-
Class Summary Class Description ExtraField If theFLG.FEXTRAbit is set, an "extra field" is present in the header, with total length XLEN bytes.ExtraField.SubField If theFLG.FEXTRAbit is set, an "extra field" is present in the header, with total length XLEN bytes.GzipCompressor GzipCompressorInputStream Input stream that decompresses .gz files.GzipCompressorOutputStream Compressed output stream using the gzip format.GzipParameters Parameters for the GZIP compressor.GzipUtils Utility code for the GZIP compression format. -
Enum Summary Enum Description GzipParameters.OS The OS type.