Searched refs:readImpl (Results 1 – 3 of 3) sorted by relevance
328 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
304 return readImpl(dst); in read()319 readCount = readImpl(readBuffer); in read()335 private int readImpl(ByteBuffer dst) throws IOException { in readImpl() method in SocketChannelImpl
287 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