Java.Util.Zip.Inflater.BytesRead Property
Returns the total number of bytes read by the Inflater.

Syntax

[get: Android.Runtime.Register("getBytesRead", "()J", "GetGetBytesReadHandler")]
public virtual long BytesRead { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the total number of bytes read by the Inflater. This method is the same as Inflater.TotalIn except that it returns a long value instead of an integer.

[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