Searched defs:SimpleAsynchronousFileChannelImpl (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
H A DSimpleAsynchronousFileChannelImpl.java41 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 79 milliseconds