Searched defs:getFD (Results 1 – 15 of 15) sorted by relevance
71 public static FileDescriptor getFD(FileChannel fc) { in getFD() method in NioUtils
42 FileDescriptor getFD(); in getFD() method
71 public FileDescriptor getFD() { in getFD() method in SourceChannelImpl
70 public FileDescriptor getFD() { in getFD() method in SinkChannelImpl
385 public FileDescriptor getFD() { in getFD() method in ServerSocketChannelImpl
1039 public FileDescriptor getFD() { in getFD() method in SocketChannelImpl
1185 public FileDescriptor getFD() { in getFD() method in DatagramChannelImpl
56 public final java.io.FileDescriptor getFD() throws java.io.IOException { throw new RuntimeException… in getFD() method in FileInputStream
499 public final FileDescriptor getFD() throws IOException { in getFD() method in FileOutputStream
593 public final FileDescriptor getFD() throws IOException { in getFD() method in FileInputStream
340 public final FileDescriptor getFD() throws IOException { in getFD() method in RandomAccessFile
85 public final java.io.FileDescriptor getFD() throws java.io.IOException { in getFD() method in FileInputStream
83 public final java.io.FileDescriptor getFD() throws java.io.IOException { in getFD() method in FileOutputStream
48 public final java.io.FileDescriptor getFD() throws java.io.IOException { in getFD() method in RandomAccessFile
104 FD getFD(JNIEnv *env, jobject obj, jfieldID fid) { in getFD() function