Os.Fstat(FileDescriptor) Method

Definition

See fstat(2).

[Android.Runtime.Register("fstat", "(Ljava/io/FileDescriptor;)Landroid/system/StructStat;", "")]
public static Android.Systems.StructStat? Fstat (Java.IO.FileDescriptor? fd);
[<Android.Runtime.Register("fstat", "(Ljava/io/FileDescriptor;)Landroid/system/StructStat;", "")>]
static member Fstat : Java.IO.FileDescriptor -> Android.Systems.StructStat

Parameters

Returns

Attributes

Exceptions

Remarks

See fstat(2).

Java documentation for android.system.Os.fstat(java.io.FileDescriptor).

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