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

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DFileChannelImpl.java40 public class FileChannelImpl class in inherits:FileChannel
69 private FileChannelImpl(FileDescriptor fd, String path, boolean readable, method in class:FileChannelImpl
86 return new FileChannelImpl(fd, path, readable, writable, false, parent);
94 return new FileChannelImpl(fd, path, readable, writable, append, parent);
408 if (target instanceof FileChannelImpl) {
411 targetFD = ((FileChannelImpl)target).fd;
438 if (target instanceof FileChannelImpl)
462 if (!((target instanceof FileChannelImpl) || isSelChImpl))
550 if (target instanceof FileChannelImpl &&
551 !((FileChannelImpl)targe
[all...]

Completed in 31 milliseconds