ReadWriteDirectByteBuffer.java | 98 public ByteBuffer put(byte value) { method in class:ReadWriteDirectByteBuffer 107 public ByteBuffer put(int index, byte value) { method in class:ReadWriteDirectByteBuffer 116 * Override ByteBuffer.put(byte[], int, int) to improve performance. 120 * @see java.nio.ByteBuffer#put(byte[], int, int) 123 public ByteBuffer put(byte[] src, int off, int len) { method in class:ReadWriteDirectByteBuffer 160 ByteBuffer put(short[] src, int off, int len) { method in class:ReadWriteDirectByteBuffer 200 ByteBuffer put(int[] src, int off, int len) { method in class:ReadWriteDirectByteBuffer 240 ByteBuffer put(float[] src, int off, int len) { method in class:ReadWriteDirectByteBuffer
|