Package org.apache.commons.compress.compressors.gzip

Provides stream classes for compressing and decompressing streams using the GZip algorithm.

See: Description

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.

Copyright © 2016 The Apache Software Foundation. All rights reserved.