Java.Util.Zip.GZIPOutputStream: Constructor Members

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

See Also: Inherited members from Java.Util.Zip.DeflaterOutputStream

Public Constructors

Constructs a new GZIPOutputStream to write data in GZIP format to the given stream.
Constructs a new GZIPOutputStream to write data in GZIP format to the given stream with the given flushing behavior (see DeflaterOutputStream.flush()).
Constructs a new GZIPOutputStream to write data in GZIP format to the given stream with the given internal buffer size.
Constructs a new GZIPOutputStream to write data in GZIP format to the given stream with the given internal buffer size and flushing behavior (see DeflaterOutputStream.flush()).

Protected Constructors

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