Uses of Class
org.apache.commons.compress.compressors.gzip.GzipParameters
Package
Description
Provides stream classes for compressing and decompressing streams using the GZip algorithm.
-
Uses of GzipParameters in org.apache.commons.compress.compressors.gzip
Modifier and TypeMethodDescriptionGzipCompressorInputStream.getMetaData()
Provides the stream's meta data - may change with each stream when decompressing concatenated streams.ModifierConstructorDescriptionGzipCompressorOutputStream
(OutputStream out, GzipParameters parameters) Creates a gzip compressed output stream with the specified parameters.