Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DBufferIterator.java53 public abstract void readByteArray(byte[] dst, int dstOffset, int byteCount); in readByteArray() method in BufferIterator
DNioBufferIterator.java66 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray() method in NioBufferIterator
/libcore/luni/src/main/java/libcore/timezone/
DZoneInfoDB.java212 it.readByteArray(tzdata_version, 0, tzdata_version.length); in readHeader()
249 it.readByteArray(bytes, 0, bytes.length); in readZoneTab()
269 it.readByteArray(idBytes, 0, idBytes.length); in readIndex()
/libcore/luni/src/test/java/libcore/libcore/io/
DMemoryMappedFileTest.java479 iterator.readByteArray(dstWithExistingValues, 0, 0); in checkByteArrayZeroReadCases()
484 iterator.readByteArray(null, 0, 0); in checkByteArrayZeroReadCases()
512 iterator.readByteArray(null, 0, 1); in checkByteArrayZeroReadCases()
523 iterator.readByteArray(dst, offset, intCount); in assertReadByteArrayFails()
549 iterator.readByteArray(dst, 1, byteCount); in assertReadByteArraySucceeds()
/libcore/luni/src/test/java/libcore/libcore/util/
DZoneInfoTest.java785 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray() method in ZoneInfoTest.ByteBufferIterator
/libcore/luni/src/main/java/libcore/util/
DZoneInfo.java253 it.readByteArray(type, 0, type.length); in readTimeZone()