Searched refs:AutoGrowByteBuffer (Results 1 – 1 of 1) sorted by relevance
408 private static class AutoGrowByteBuffer { class416 AutoGrowByteBuffer() { in AutoGrowByteBuffer() method in AutoGrowByteBuffer420 AutoGrowByteBuffer(@IntRange(from = 0) int initialCapacity) { in AutoGrowByteBuffer() method in AutoGrowByteBuffer446 public AutoGrowByteBuffer position(int newPosition) { in position()451 public AutoGrowByteBuffer order(ByteOrder order) { in order()456 public AutoGrowByteBuffer putInt(int value) { in putInt()462 public AutoGrowByteBuffer putLong(long value) { in putLong()468 public AutoGrowByteBuffer putFloat(float value) { in putFloat()474 public AutoGrowByteBuffer putDouble(double value) { in putDouble()480 public AutoGrowByteBuffer put(byte[] src) { in put()[all …]