Searched refs:AutoGrowByteBuffer (Results 1 – 1 of 1) sorted by relevance
463 private static class AutoGrowByteBuffer { class471 AutoGrowByteBuffer() { in AutoGrowByteBuffer() method in AutoGrowByteBuffer501 public AutoGrowByteBuffer position(int newPosition) { in position()506 public AutoGrowByteBuffer order(ByteOrder order) { in order()511 public AutoGrowByteBuffer putInt(int value) { in putInt()517 public AutoGrowByteBuffer putLong(long value) { in putLong()523 public AutoGrowByteBuffer putFloat(float value) { in putFloat()529 public AutoGrowByteBuffer putDouble(double value) { in putDouble()535 public AutoGrowByteBuffer put(byte[] src) { in put()612 boolean pack(AutoGrowByteBuffer output, T obj); in pack()[all …]