Home
last modified time | relevance | path

Searched defs:FileChannelImpl (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/nio/
DFileChannelImpl.java46 final class FileChannelImpl extends FileChannel { class
66 public FileChannelImpl(Closeable ioObject, FileDescriptor fd, int mode) { in FileChannelImpl() method in FileChannelImpl