The members of Java.Util.Zip.DeflaterOutputStream are listed below.
See Also: Inherited members from Java.IO.FilterOutputStream
Public Constructors
Protected Constructors
| | A constructor used when creating managed representations of JNI objects; called by the runtime. |
Protected Properties
| Buf | IList<byte>. The buffer for the data to be written to. |
| Def | Deflater. The deflater used. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. 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. |