Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DNioBufferIterator.java72 checkReadBounds(position, length, byteCount); in readByteArray()
80 checkReadBounds(position, length, 1); in readByte()
89 checkReadBounds(position, length, Integer.BYTES); in readInt()
100 checkReadBounds(position, length, byteCount); in readIntArray()
110 checkReadBounds(position, length, byteCount); in readLongArray()
118 checkReadBounds(position, length, Short.BYTES); in readShort()
124 private static void checkReadBounds(int position, int length, int byteCount) { in checkReadBounds() method in NioBufferIterator