Class InflaterWriter

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public class InflaterWriter
    extends OutputStream
    InflaterWriter

    This class takes an OutputStream. Compressed bytes can directly be written into this class. The class will decompress the bytes and write them to the output stream.

    Not for concurrent use.