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

/libcore/luni/src/main/java/java/nio/channels/
H A DChannels.java59 return new ChannelInputStream(channel);
135 return new InputStreamReader(new ChannelInputStream(channel), decoder);
204 private static class ChannelInputStream extends InputStream { class in class:Channels
208 ChannelInputStream(ReadableByteChannel channel) { method in class:Channels.ChannelInputStream

Completed in 4 milliseconds