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 |
RandomAccessFile.getFD() |
FileDescriptor |
FileOutputStream.getFD() |
FileDescriptor |
FileInputStream.getFD() |
Constructor and Description |
---|
FileInputStream(FileDescriptor var0) |
FileOutputStream(FileDescriptor var0) |
FileReader(FileDescriptor var0) |
FileWriter(FileDescriptor var0) |
Modifier and Type | Method and Description |
---|---|
void |
SecurityManager.checkRead(FileDescriptor var0) |
void |
SecurityManager.checkWrite(FileDescriptor var0) |
Modifier and Type | Field and Description |
---|---|
protected FileDescriptor |
SocketImpl.fd |
protected FileDescriptor |
DatagramSocketImpl.fd |
Modifier and Type | Method and Description |
---|---|
protected FileDescriptor |
SocketImpl.getFileDescriptor() |
protected FileDescriptor |
DatagramSocketImpl.getFileDescriptor() |
Copyright © 2006–2013 OSGi Alliance. All rights reserved.