Home
last modified time | relevance | path

Searched refs:implRead (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DAsynchronousFileChannelImpl.java211 abstract <A> Future<Integer> implRead(ByteBuffer dst, in implRead() method in AsynchronousFileChannelImpl
218 return implRead(dst, position, null, null); in read()
229 implRead(dst, position, attachment, handler); in read()
DAsynchronousSocketChannelImpl.java215 abstract <V extends Number,A> Future<V> implRead(boolean isScatteringRead, in implRead() method in AsynchronousSocketChannelImpl
276 return implRead(isScatteringRead, dst, dsts, timeout, unit, att, handler); in read()
DSimpleAsynchronousFileChannelImpl.java288 <A> Future<Integer> implRead(final ByteBuffer dst, in implRead() method in SimpleAsynchronousFileChannelImpl
DUnixAsynchronousSocketChannelImpl.java495 <V extends Number,A> Future<V> implRead(boolean isScatteringRead, in implRead() method in UnixAsynchronousSocketChannelImpl
/libcore/ojluni/src/main/java/sun/nio/cs/
DStreamDecoder.java181 return n + implRead(cbuf, off, off + len); in read()
310 int implRead(char[] cbuf, int off, int end) throws IOException { in implRead() method in StreamDecoder