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
.
-
ClassDescriptionInput stream that decompresses .gz files.Compressed output stream using the gzip format.Parameters for the GZIP compressor.Utility code for the gzip compression format.