Searched defs:readByteArray (Results 1 – 4 of 4) sorted by relevance
40 public abstract void readByteArray(byte[] dst, int dstOffset, int byteCount); in readByteArray() method in BufferIterator
48 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray() method in NioBufferIterator
50 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray() method in HeapBufferIterator
544 public byte[] readByteArray(int length) { in readByteArray() method in Dex.Section