Class GZipInflatingOutputStream

java.lang.Object
java.io.OutputStream
org.jets3t.service.io.GZipInflatingOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable, OutputStreamWrapper

public class GZipInflatingOutputStream extends OutputStream implements OutputStreamWrapper
Output stream that wraps another stream and inflates (de-compresses) the underlying stream's data on-the-fly. This class provides only a basic implementation of GZip functionality.
Author:
James Murty