Java.Util.Zip.DeflaterOutputStream Members

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

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.

Protected Properties

BufIList<byte>. The buffer for the data to be written to.
DefDeflater. The deflater used.
[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.

Public Methods

Finish()
Writes any unwritten data to the underlying stream.

Protected Methods

Deflate()
Compress the data in the input buffer and write it to the underlying stream.