Home
last modified time | relevance | path

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

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