Android.Content.Res.AssetFileDescriptor.DeclaredLength Property
Return the actual number of bytes that were declared when the AssetFileDescriptor was constructed.

Syntax

[get: Android.Runtime.Register("getDeclaredLength", "()J", "GetGetDeclaredLengthHandler")]
public virtual long DeclaredLength { get; }

See Also

AssetFileDescriptor.DeclaredLength

Value

Documentation for this section has not yet been entered.

Remarks

Return the actual number of bytes that were declared when the AssetFileDescriptor was constructed. Will be AssetFileDescriptor.UnknownLength if the length was not declared, meaning data should be read to the end of the file.

[Android Documentation]

Requirements

Namespace: Android.Content.Res
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3