Searched defs:SimpleAsynchronousFileChannelImpl (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/sun/nio/ch/ | ||
H A D | SimpleAsynchronousFileChannelImpl.java | 41 public class SimpleAsynchronousFileChannelImpl class in inherits:AsynchronousFileChannelImpl 57 SimpleAsynchronousFileChannelImpl(FileDescriptor fdObj, method in class:SimpleAsynchronousFileChannelImpl 73 return new SimpleAsynchronousFileChannelImpl(fdo, reading, writing, executor); |
Completed in 33 milliseconds