Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Class
java.io.FileDescriptor
Packages that use FileDescriptor
Provides for system input and output through data streams, serialization and the file system.
Provides classes that are fundamental to the design of the Java programming language.
Fields in java.io declared as FileDescriptor
static final FileDescriptor
FileDescriptor.err
A handle to the standard error stream.
static final FileDescriptor
FileDescriptor.in
A handle to the standard input stream.
static final FileDescriptor
FileDescriptor.out
A handle to the standard output stream.
Methods in java.io that return FileDescriptor
FileInputStream.getFD()
Returns the FileDescriptor object that represents the connection to the actual file in the file system being used by this FileInputStream.
FileOutputStream.getFD()
Returns the file descriptor associated with this stream.
RandomAccessFile.getFD()
Returns the opaque file descriptor object associated with this stream.
Constructors in java.io with parameters of type FileDescriptor
Creates a FileInputStream by using the file descriptor fdObj, which represents an existing connection to an actual file in the file system.
Creates a file output stream to write to the specified file descriptor, which represents an existing connection to an actual file in the file system.
Creates a new FileReader, given the FileDescriptor to read, using the platform's default charset.
Constructs a FileWriter given a file descriptor, using the platform's default charset.
Methods in java.lang with parameters of type FileDescriptor
void
SecurityManager.checkRead(FileDescriptor fd)
Throws a SecurityException if the calling thread is not allowed to read from the specified file descriptor.
void
SecurityManager.checkWrite(FileDescriptor fd)
Throws a SecurityException if the calling thread is not allowed to write to the specified file descriptor.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz