FileDescriptor.In Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.