HeapByteBuffer.java | 59 * Override ByteBuffer.get(byte[], int, int) to improve performance. 63 * @see java.nio.ByteBuffer#get(byte[], int, int) 66 public final ByteBuffer get(byte[] dest, int off, int len) { method in class:HeapByteBuffer 80 public final byte get() { method in class:HeapByteBuffer 88 public final byte get(int index) { method in class:HeapByteBuffer
|