Home
last modified time | relevance | path

Searched defs:readByteArray (Results 1 – 3 of 3) 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/test/java/libcore/libcore/util/
DZoneInfoTest.java785 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray() method in ZoneInfoTest.ByteBufferIterator