public class VariableLengthIntBuffer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
NULL |
Constructor and Description |
---|
VariableLengthIntBuffer(byte[] array) |
VariableLengthIntBuffer(java.nio.ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
int |
get() |
java.nio.ByteBuffer |
getBuffer()
Returns the backing byte buffer.
|
byte[] |
getBytes() |
boolean |
hasRemaining() |
void |
put(int i) |
public static final int NULL