Movatterモバイル変換
[0]ホーム
Uses of Class
java.io.FileDescriptor
Packages that useFileDescriptor | Package | Description |
|---|
| java.io | Provides for system input and output through data streams, serialization and the file system. |
|---|
| java.lang | Provides classes that are fundamental to the design of the Java programming language. |
|---|
| java.net | Provides the classes for implementing networking applications. |
|---|
| jdk.nio | |
|---|
Methods injava.io that returnFileDescriptor | Modifier and Type | Method | Description |
|---|
FileDescriptor | FileInputStream.getFD() | Returns theFileDescriptor object that represents the connection to the actual file in the file system being used by thisFileInputStream. |
|---|
FileDescriptor | FileOutputStream.getFD() | Returns the file descriptor associated with this stream. |
|---|
FileDescriptor | RandomAccessFile.getFD() | Returns the opaque file descriptor object associated with this stream. |
|---|
Methods injava.lang with parameters of typeFileDescriptor | Modifier and Type | Method | Description |
|---|
void | SecurityManager.checkRead(FileDescriptor fd) | Throws aSecurityException if the calling thread is not allowed to read from the specified file descriptor. |
|---|
void | SecurityManager.checkWrite(FileDescriptor fd) | Throws aSecurityException if the calling thread is not allowed to write to the specified file descriptor. |
|---|
[8]ページ先頭