Java.Util.Zip.Inflater.BytesWritten Property
Returns a the total number of bytes written by this Inflater.

Syntax

[get: Android.Runtime.Register("getBytesWritten", "()J", "GetGetBytesWrittenHandler")]
public virtual long BytesWritten { 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.

[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