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
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. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |