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

/libcore/luni/src/main/java/java/nio/
H A DDatagramChannelImpl.java328 readCount = readImpl(target);
332 readCount = readImpl(readBuffer);
355 readCount = readImpl(readBuffer);
372 private int readImpl(ByteBuffer dst) throws IOException { method in class:DatagramChannelImpl
H A DFileChannelImpl.java287 return readImpl(buffer, position);
291 return readImpl(buffer, -1);
294 private int readImpl(ByteBuffer buffer, long position) throws IOException { method in class:FileChannelImpl
H A DSocketChannelImpl.java304 return readImpl(dst);
319 readCount = readImpl(readBuffer);
335 private int readImpl(ByteBuffer dst) throws IOException { method in class:SocketChannelImpl

Completed in 214 milliseconds