Java.IO.FileDescriptor Members

The members of Java.IO.FileDescriptor are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a new invalid FileDescriptor.

Public Properties

[read-only]
static
ErrFileDescriptor. Corresponds to stderr.
[read-only]
static
InFileDescriptor. Corresponds to stdin.
[read-only]
static
OutFileDescriptor. Corresponds to stdout.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Sync()
Ensures that data which is buffered within the underlying implementation is written out to the appropriate device before returning.
Valid() : bool
Tests whether this FileDescriptor is valid.