InflaterOutputStream

Class InflaterOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
public class InflaterOutputStream
extends FilterOutputStream

Implements an output stream filter for uncompressing data stored in the "deflate" compression format.

<