Home
last modified time | relevance | path

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

/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsSecureDirectoryStream.java143 public SeekableByteChannel newByteChannel( in newByteChannel() method in JimfsSecureDirectoryStream
DJimfsFileSystemProvider.java160 public SeekableByteChannel newByteChannel( in newByteChannel() method in JimfsFileSystemProvider
/external/apache-commons-io/src/main/java/org/apache/commons/io/file/
DFilesUncheck.java441 public static SeekableByteChannel newByteChannel(final Path path, final OpenOption... options) { in newByteChannel() method in FilesUncheck
455 …public static SeekableByteChannel newByteChannel(final Path path, final Set<? extends OpenOption> … in newByteChannel() method in FilesUncheck