Home
last modified time | relevance | path

Searched defs:newByteChannel (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/file/
DSecureDirectoryStream.java148 SeekableByteChannel newByteChannel(T path, in newByteChannel() method
/libcore/luni/src/test/filesystems/src/mypackage/
DMockFileSystemProvider.java65 public SeekableByteChannel newByteChannel(Path path, Set<? extends OpenOption> options, in newByteChannel() method in MockFileSystemProvider
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixSecureDirectoryStream.java153 public SeekableByteChannel newByteChannel(Path obj, in newByteChannel() method in UnixSecureDirectoryStream
DUnixFileSystemProvider.java203 public SeekableByteChannel newByteChannel(Path obj, in newByteChannel() method in UnixFileSystemProvider
/libcore/ojluni/src/main/java/java/nio/file/spi/
DFileSystemProvider.java565 public abstract SeekableByteChannel newByteChannel(Path path, in newByteChannel() method in FileSystemProvider