Class CompressedInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class CompressedInputStream
    extends InputStream
    An InputStream implementation that is associated with a Compression algorithm for decompressing the incoming bytes.
    Author:
    David B. Bracewell