Java java.io FileDescriptor fields, constructors, methods, implement or subclass

Example usage for Java java.io FileDescriptor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.io FileDescriptor.

The text is from its open source code.

Field

FileDescriptorin
A handle to the standard input stream.
FileDescriptorout
A handle to the standard output stream.
FileDescriptorerr
A handle to the standard error stream.

Constructor

FileDescriptor()
Constructs an (invalid) FileDescriptor object.

Method

ClassgetClass()
Returns the runtime class of this Object .
inthashCode()
Returns a hash code value for the object.
voidsync()
Force all system buffers to synchronize with the underlying device.
booleanvalid()
Tests if this file descriptor object is valid.