Java.Util.Zip.InflaterInputStream: Constructor Members

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

See Also: Inherited members from Java.IO.FilterInputStream

Public Constructors

This is the most basic constructor.
This constructor lets you pass a specifically initialized Inflater, for example one that expects no ZLIB header.
This constructor lets you specify both the Inflater as well as the internal buffer size to be used.

Protected Constructors

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