org.apache.hadoop.hbase.nio.SingleByteBuff
SingleByteBuff.duplicate()
org.apache.hadoop.hbase.nio.SingleByteBuff
SingleByteBuff.limit(int limit)
org.apache.hadoop.hbase.nio.SingleByteBuff
SingleByteBuff.mark()
org.apache.hadoop.hbase.nio.SingleByteBuff
SingleByteBuff.moveBack(int len)
org.apache.hadoop.hbase.nio.SingleByteBuff
SingleByteBuff.position(int position)
org.apache.hadoop.hbase.nio.SingleByteBuff
SingleByteBuff.put(byte b)
org.apache.hadoop.hbase.nio.SingleByteBuff
SingleByteBuff.put(byte[] src)
org.apache.hadoop.hbase.nio.SingleByteBuff
SingleByteBuff.put(byte[] src,
int offset,
int length)
org.apache.hadoop.hbase.nio.SingleByteBuff
SingleByteBuff.put(int index,
byte b)
org.apache.hadoop.hbase.nio.SingleByteBuff
SingleByteBuff.put(int offset,
org.apache.hadoop.hbase.nio.ByteBuff src,
int srcOffset,
int length)
org.apache.hadoop.hbase.nio.SingleByteBuff
SingleByteBuff.putInt(int value)
org.apache.hadoop.hbase.nio.SingleByteBuff
SingleByteBuff.putLong(long value)
org.apache.hadoop.hbase.nio.SingleByteBuff
SingleByteBuff.reset()
org.apache.hadoop.hbase.nio.SingleByteBuff
SingleByteBuff.retain()
org.apache.hadoop.hbase.nio.SingleByteBuff
SingleByteBuff.rewind()
org.apache.hadoop.hbase.nio.SingleByteBuff
SingleByteBuff.skip(int len)
org.apache.hadoop.hbase.nio.SingleByteBuff
SingleByteBuff.slice()