Home
last modified time | relevance | path

Searched defs:newInputStream (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/channels/
DChannels.java120 public static InputStream newInputStream(ReadableByteChannel ch) { in newInputStream() method in Channels
199 public static InputStream newInputStream(AsynchronousByteChannel ch) { in newInputStream() method
/libcore/ojluni/src/main/java/java/nio/file/spi/
DFileSystemProvider.java373 public InputStream newInputStream(Path path, OpenOption... options) in newInputStream() method in FileSystemProvider