Returns a the total number of bytes written by this Inflater.
Syntax
[get: Android.Runtime.Register("getBytesWritten", "()J", "GetGetBytesWrittenHandler")] public virtual longBytesWritten { get; }
Value
Documentation for this section has not yet been entered.
Remarks
Returns a the total number of bytes written by this Inflater. This
method is the same as getTotalOut except it returns a
long value instead of an integer.