HomeSort by relevance Sort by last modified time
    Searched refs:implRead (Results 1 - 5 of 5) sorted by null

  /libcore/ojluni/src/main/java/sun/nio/ch/
AsynchronousFileChannelImpl.java 211 abstract <A> Future<Integer> implRead(ByteBuffer dst,
218 return implRead(dst, position, null, null);
229 implRead(dst, position, attachment, handler);
AsynchronousSocketChannelImpl.java 215 abstract <V extends Number,A> Future<V> implRead(boolean isScatteringRead,
276 return implRead(isScatteringRead, dst, dsts, timeout, unit, att, handler);
SimpleAsynchronousFileChannelImpl.java 288 <A> Future<Integer> implRead(final ByteBuffer dst,
UnixAsynchronousSocketChannelImpl.java 500 <V extends Number,A> Future<V> implRead(boolean isScatteringRead,
  /libcore/ojluni/src/main/java/sun/nio/cs/
StreamDecoder.java 180 return n + implRead(cbuf, off, off + len);
307 int implRead(char[] cbuf, int off, int end) throws IOException {

Completed in 86 milliseconds