Java.Util.Zip.GZIPOutputStream Members

The members of Java.Util.Zip.GZIPOutputStream are listed below.

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.

Protected Properties

CrcCRC32. The checksum algorithm used when treating uncompressed data.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.