Example usage for Java java.util.zip DeflaterInputStream fields, constructors, methods, implement or subclass
The text is from its open source code.
DeflaterInputStream(InputStream in) Creates a new input stream with a default compressor and buffer size. | |
DeflaterInputStream(InputStream in, Deflater defl) Creates a new input stream with the specified compressor and a default buffer size. |