GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type java.io.FileDescriptor | |
void | Check if the current thread is allowed to read the given file using the
FileDescriptor. |
void | Check if the current thread is allowed to write the given file using the
FileDescriptor. |
Constructors with parameter type java.io.FileDescriptor | |
This method initializes a FileInputStream to read from the
specified FileDescriptor object. | |
This method initializes a FileOutputStream object to write
to the file represented by the specified FileDescriptor
object. | |
This method initializes a FileReader instance to read from
this specified FileDescriptor object.
| |
This method initializes a new FileWriter object to write
to the specified FileDescriptor object.
|
Fields of type java.io.FileDescriptor | |
FileDescriptor | A FileDescriptor representing the system standard error
stream. |
FileDescriptor | A FileDescriptor representing the system standard input
stream. |
FileDescriptor | A FileDescriptor representing the system standard output
stream. |
Methods with return type java.io.FileDescriptor | |
FileDescriptor | This method returns a FileDescriptor object representing the
underlying native file handle of the file this stream is reading
from
|
FileDescriptor | This method returns a FileDescriptor object representing
the file that is currently being written to
|
FileDescriptor | This method returns a FileDescriptor object that
represents the native file handle for this file.
|
Fields of type java.io.FileDescriptor | |
FileDescriptor | The FileDescriptor object for this object.
|
FileDescriptor | A FileDescriptor object representing this socket connection.
|
Methods with return type java.io.FileDescriptor | |
FileDescriptor | Returns the FileDescriptor for this socket
|
FileDescriptor | Returns the FileDescriptor objects for this socket.
|
GNU Classpath (0.95) |