Returns the total number of bytes read by the Inflater.
Syntax
[get: Android.Runtime.Register("getBytesRead", "()J", "GetGetBytesReadHandler")] public virtual longBytesRead { 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.