The constructors of Java.Util.Zip.DeflaterOutputStream are listed below. For a list of all members, see the DeflaterOutputStream Members list.
See Also: Inherited members from Java.IO.FilterOutputStream
Constructs a new instance with a default-constructed Java.Util.Zip.Deflater. | ||
Constructs a new instance with the given Deflater. | ||
Constructs a new instance with the given flushing behavior (see DeflaterOutputStream.flush()). | ||
Constructs a new instance with the given Deflater and flushing behavior (see DeflaterOutputStream.flush()). | ||
Constructs a new instance with the given Deflater and buffer size. | ||
Constructs a new instance with the given Deflater, buffer size, and flushing behavior (see DeflaterOutputStream.flush()). |
A constructor used when creating managed representations of JNI objects; called by the runtime. |