Class GunzipOutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public class GunzipOutputStream
    extends InflaterOutputStream
    Gunzip implementation per RFC 1952, reusing java's standard CRC32 and Inflater and InflaterOutputStream implementations. Note that the underlying InflaterOutputStream cannot be reused after close(), so we don't have a Reusable version of this. Modified from net.i2p.util.ResettableGZIPInputStream to use Java 6 InflaterOutputstream
    Since:
    0.9.21, public since 0.9.50 for LocalHTTPServer