Package | Description |
---|---|
java.io | |
java.lang | |
java.net |
Modifier and Type | Field and Description |
---|---|
static FileDescriptor |
FileDescriptor.err |
static FileDescriptor |
FileDescriptor.in |
static FileDescriptor |
FileDescriptor.out |
Modifier and Type | Method and Description |
---|---|
FileDescriptor |
FileInputStream.getFD() |
FileDescriptor |
FileOutputStream.getFD() |
FileDescriptor |
RandomAccessFile.getFD() |
Constructor and Description |
---|
FileInputStream(FileDescriptor fdObj) |
FileOutputStream(FileDescriptor fdObj) |
FileReader(FileDescriptor fd) |
FileWriter(FileDescriptor fd) |
Modifier and Type | Method and Description |
---|---|
void |
SecurityManager.checkRead(FileDescriptor fd)
Checks whether the caller has permission to read the file descriptor `fd'.
|
void |
SecurityManager.checkWrite(FileDescriptor fd)
Checks whether the caller has permission to write to the file `fd'.
|
Modifier and Type | Field and Description |
---|---|
protected FileDescriptor |
DatagramSocketImpl.fd |
protected FileDescriptor |
SocketImpl.fd |
Modifier and Type | Method and Description |
---|---|
protected FileDescriptor |
DatagramSocketImpl.getFileDescriptor()
Get the datagram socket file descriptor
|
protected FileDescriptor |
SocketImpl.getFileDescriptor() |