Package org.apache.commons.compress.compressors.gzip
Provides stream classes for compressing and decompressing
streams using the GZip algorithm.
See: Description
-
Class Summary Class Description 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.
Package org.apache.commons.compress.compressors.gzip Description
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.
DataMelt 3.0 © DataMelt by jWork.ORG