Android.OS.ParcelFileDescriptor.StatSize Property
Return the total size of the file representing this fd, as determined by stat().

Syntax

[get: Android.Runtime.Register("getStatSize", "()J", "GetGetStatSizeHandler")]
public virtual long StatSize { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return the total size of the file representing this fd, as determined by stat(). Returns -1 if the fd is not a file.

[Android Documentation]

Requirements

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