Java.Util.Zip.DeflaterOutputStream: Constructor Members

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

Public Constructors

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()).

Protected Constructors

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