Searched defs:readByteArray (Results 1 – 3 of 3) 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