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 UnixChannelFactory146 static FileChannel newFileChannel(UnixPath path, in newFileChannel() method in UnixChannelFactory
172 public FileChannel newFileChannel(Path obj, in newFileChannel() method in UnixFileSystemProvider
81 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