FileDescriptor.In Property

Definition

A handle to the standard input stream.

[Android.Runtime.Register("in")]
public static Java.IO.FileDescriptor? In { get; }
[<Android.Runtime.Register("in")>]
static member In : Java.IO.FileDescriptor

Property Value

Attributes

Remarks

A handle to the standard input stream. Usually, this file descriptor is not used directly, but rather via the input stream known as System.in.

Java documentation for java.io.FileDescriptor.in.

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