Class GZipDeflatingInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable, InputStreamWrapper

    public class GZipDeflatingInputStream
    extends InputStream
    implements InputStreamWrapper
    Input stream that wraps another stream and deflates (compresses) the underlying stream's data on-the-fly. This class provides only a basic implementation of GZip functionality.
    Author:
    James Murty