Os.Fchmod(FileDescriptor, Int32) Method

Definition

See fchmod(2).

[Android.Runtime.Register("fchmod", "(Ljava/io/FileDescriptor;I)V", "")]
public static void Fchmod (Java.IO.FileDescriptor? fd, int mode);
[<Android.Runtime.Register("fchmod", "(Ljava/io/FileDescriptor;I)V", "")>]
static member Fchmod : Java.IO.FileDescriptor * int -> unit

Parameters

mode
Int32
Attributes

Exceptions

Remarks

See fchmod(2).

Java documentation for android.system.Os.fchmod(java.io.FileDescriptor, int).

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