Java.Util.Zip.DeflaterInputStream: Constructor Members

The constructors of Java.Util.Zip.DeflaterInputStream are listed below. For a list of all members, see the DeflaterInputStream Members list.

See Also: Inherited members from Java.IO.FilterInputStream

Public Constructors

Constructs a DeflaterInputStream with a new Deflater and an implementation-defined default internal buffer size.
Constructs a DeflaterInputStream with the given Deflater and an implementation-defined default internal buffer size.
Constructs a DeflaterInputStream with the given Deflater and given internal buffer size.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.