Class VariableLengthIntBuffer
- java.lang.Object
-
- com.oracle.truffle.api.nodes.serial.VariableLengthIntBuffer
-
public class VariableLengthIntBuffer extends java.lang.Object
Experimental API. May change without notice. Simple variable length unsigned int buffer backed by a byte buffer.
-
-
Field Summary
Fields Modifier and Type Field Description static int
NULL
-
Constructor Summary
Constructors Constructor Description VariableLengthIntBuffer(byte[] array)
VariableLengthIntBuffer(java.nio.ByteBuffer buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
get()
java.nio.ByteBuffer
getBuffer()
Returns the backing byte buffer.byte[]
getBytes()
boolean
hasRemaining()
void
put(int i)
-
-
-
Field Detail
-
NULL
public static final int NULL
- See Also:
- Constant Field Values
-
-