Java java.util.zip DeflaterInputStream fields, constructors, methods, implement or subclass

Example usage for Java java.util.zip DeflaterInputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util.zip DeflaterInputStream.

The text is from its open source code.

Constructor

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.