Java.Util.Zip.Inflater.TotalIn Property
Returns the total number of bytes of input read by this Inflater.

Syntax

[get: Android.Runtime.Register("getTotalIn", "()I", "GetGetTotalInHandler")]
public virtual int TotalIn { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the total number of bytes of input read by this Inflater. This method is limited to 32 bits; use Inflater.BytesRead 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