The properties of Java.Util.Zip.Inflater are listed below. For a list of all members, see the Inflater Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] | Adler | int. Returns the Java.Util.Zip.Adler32 checksum of the bytes inflated so far, or the checksum of the preset dictionary if Inflater.NeedsDictionary returns true. |
[read-only] | BytesRead | long. Returns the total number of bytes read by the Inflater. |
[read-only] | BytesWritten | long. Returns a the total number of bytes written by this Inflater. |
[read-only] | Remaining | int. Returns the number of bytes of current input remaining to be read by this inflater. |
[read-only] | TotalIn | int. Returns the total number of bytes of input read by this Inflater. |
[read-only] | TotalOut | int. Returns the total number of bytes written to the output buffer by this Inflater. |
[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. |