Searched refs:readByteArray (Results 1 - 7 of 7) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DBufferIterator.java40 public abstract void readByteArray(byte[] dst, int dstOffset, int byteCount); method in class:BufferIterator
H A DNioBufferIterator.java48 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { method in class:NioBufferIterator
/libcore/luni/src/main/java/libcore/util/
H A DZoneInfoDB.java140 it.readByteArray(tzdata_version, 0, tzdata_version.length);
158 it.readByteArray(bytes, 0, bytes.length);
181 it.readByteArray(idBytes, 0, idBytes.length);
H A DZoneInfo.java223 it.readByteArray(type, 0, type.length);
/libcore/dex/src/main/java/com/android/dex/
H A DTableOfContents.java76 byte[] magic = headerIn.readByteArray(8);
84 signature = headerIn.readByteArray(20);
H A DDex.java544 public byte[] readByteArray(int length) { method in class:Dex.Section
/libcore/luni/src/test/java/libcore/util/
H A DZoneInfoTest.java498 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { method in class:ZoneInfoTest.ByteBufferIterator

Completed in 142 milliseconds