Deflater.BytesRead Property

Definition

Returns the total number of uncompressed bytes input so far.

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

Property Value

the total (non-negative) number of uncompressed bytes input so far

Attributes

Remarks

Returns the total number of uncompressed bytes input so far.

Added in 1.5.

Java documentation for java.util.zip.Deflater.getBytesRead().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to