Searched refs:implRead (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | AsynchronousFileChannelImpl.java | 211 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()
|
D | AsynchronousSocketChannelImpl.java | 215 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()
|
D | SimpleAsynchronousFileChannelImpl.java | 288 <A> Future<Integer> implRead(final ByteBuffer dst, in implRead() method in SimpleAsynchronousFileChannelImpl
|
D | UnixAsynchronousSocketChannelImpl.java | 495 <V extends Number,A> Future<V> implRead(boolean isScatteringRead, in implRead() method in UnixAsynchronousSocketChannelImpl
|
/libcore/ojluni/src/main/java/sun/nio/cs/ |
D | StreamDecoder.java | 181 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
|