Searched defs:newFileChannel (Results 1 – 4 of 4) sorted by relevance
103 static FileChannel newFileChannel(int fd, String path, boolean reading, boolean writing) { in newFileChannel() method in UnixChannelFactory112 static FileChannel newFileChannel(int dfd, in newFileChannel() method in UnixChannelFactory143 static FileChannel newFileChannel(UnixPath path, in newFileChannel() method in UnixChannelFactory
166 public FileChannel newFileChannel(Path obj, in newFileChannel() method in UnixFileSystemProvider
66 public static FileChannel newFileChannel(Closeable ioObject, FileDescriptor fd, int mode) { in newFileChannel() method in NioUtils
471 public FileChannel newFileChannel(Path path, in newFileChannel() method in FileSystemProvider