Searched refs:ioObject (Results 1 – 1 of 1) sorted by relevance
62 public static FileChannel newFileChannel(Closeable ioObject, FileDescriptor fd, int mode) { in newFileChannel() argument66 return FileChannelImpl.open(fd, null, readable, writable, append, ioObject); in newFileChannel()