Java.Util.Zip.Inflater.TotalOut Property
Returns the total number of bytes written to the output buffer by this Inflater.

Syntax

[get: Android.Runtime.Register("getTotalOut", "()I", "GetGetTotalOutHandler")]
public virtual int TotalOut { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the total number of bytes written to the output buffer by this Inflater. The method is limited to 32 bits; use Inflater.BytesWritten instead.

[Android Documentation]

Requirements

Namespace: Java.Util.Zip
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1