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

/libcore/ojluni/src/main/java/sun/nio/ch/
H A DFileChannelImpl.java57 public class FileChannelImpl class in inherits:FileChannel
91 private FileChannelImpl(FileDescriptor fd, String path, boolean readable, method in class:FileChannelImpl
112 return new FileChannelImpl(fd, path, readable, writable, false, parent);
120 return new FileChannelImpl(fd, path, readable, writable, append, parent);
465 if (target instanceof FileChannelImpl)
489 if (target instanceof FileChannelImpl) {
492 targetFD = ((FileChannelImpl)target).fd;
537 if (!((target instanceof FileChannelImpl) || isSelChImpl))
625 if (target instanceof FileChannelImpl &&
626 !((FileChannelImpl)targe
[all...]

Completed in 137 milliseconds