Package org.apache.commons.compress.compressors.gzip
package org.apache.commons.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:
-
ClassDescriptionIf the
FLG.FEXTRA
bit is set, an "extra field" is present in the header, with total length XLEN bytes.If theFLG.FEXTRA
bit is set, an "extra field" is present in the header, with total length XLEN bytes.Input stream that decompresses GZIP (.gz) files.Builds a newGzipCompressorInputStream
.Compressed output stream using the gzip format.Parameters for the GZIP compressor.Enumerates OS types.Utility code for the GZIP compression format.