AssetFileDescriptor.Length Property

Definition

Returns the total number of bytes of this asset entry's data.

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

Property Value

Int64
Attributes

Remarks

Java documentation for android.content.res.AssetFileDescriptor.getLength().

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

See also