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.java124 public static InputStream newInputStream(ReadableByteChannel ch) { in newInputStream() method in Channels
200 public static InputStream newInputStream(final 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