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

/libcore/luni/src/main/java/java/nio/channels/
H A DChannels.java58 public static InputStream newInputStream(ReadableByteChannel channel) { method in class:Channels
/libcore/luni/src/main/java/libcore/io/
H A DDiskLruCache.java679 public InputStream newInputStream(int index) throws IOException { method in class:DiskLruCache.Editor
696 InputStream in = newInputStream(index);

Completed in 189 milliseconds