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

/libcore/luni/src/main/java/java/nio/
H A DDatagramChannelImpl.java287 readCount = readImpl(target);
295 readCount = readImpl(readBuffer);
318 readCount = readImpl(readBuffer);
335 private int readImpl(ByteBuffer dst) throws IOException { method in class:DatagramChannelImpl
H A DFileChannelImpl.java279 return readImpl(buffer, position);
283 return readImpl(buffer, -1);
286 private int readImpl(ByteBuffer buffer, long position) throws IOException { method in class:FileChannelImpl
H A DSocketChannelImpl.java276 return readImpl(dst);
291 readCount = readImpl(readBuffer);
307 private int readImpl(ByteBuffer dst) throws IOException { method in class:SocketChannelImpl

Completed in 41 milliseconds