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

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DAsynchronousFileChannelImpl.java211 abstract <A> Future<Integer> implRead(ByteBuffer dst, method in class:AsynchronousFileChannelImpl
218 return implRead(dst, position, null, null);
229 implRead(dst, position, attachment, handler);
H A DSimpleAsynchronousFileChannelImpl.java289 <A> Future<Integer> implRead(final ByteBuffer dst, method in class:SimpleAsynchronousFileChannelImpl
H A DAsynchronousSocketChannelImpl.java214 abstract <V extends Number,A> Future<V> implRead(boolean isScatteringRead, method in class:AsynchronousSocketChannelImpl
275 return implRead(isScatteringRead, dst, dsts, timeout, unit, att, handler);
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DStreamDecoder.java177 return n + implRead(cbuf, off, off + len);
302 int implRead(char[] cbuf, int off, int end) throws IOException { method in class:StreamDecoder
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java518 <A> Future<Integer> implRead(ByteBuffer dst, method in class:WindowsAsynchronousFileChannelImpl
H A DWindowsAsynchronousSocketChannelImpl.java602 <V extends Number,A> Future<V> implRead(boolean isScatteringRead, method in class:WindowsAsynchronousSocketChannelImpl
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.java471 <V extends Number,A> Future<V> implRead(boolean isScatteringRead, method in class:UnixAsynchronousSocketChannelImpl

Completed in 41 milliseconds