Home
last modified time | relevance | path

Searched defs:readByteArray (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DBufferIterator.java40 public abstract void readByteArray(byte[] dst, int dstOffset, int byteCount); in readByteArray() method in BufferIterator
DNioBufferIterator.java48 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray() method in NioBufferIterator
/libcore/luni/src/test/java/libcore/util/
DZoneInfoTest.java498 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray() method in ZoneInfoTest.ByteBufferIterator
/libcore/dex/src/main/java/com/android/dex/
DDex.java544 public byte[] readByteArray(int length) { in readByteArray() method in Dex.Section