public abstract class ValueBuffer
extends java.lang.Object
Constructor and Description |
---|
ValueBuffer() |
Modifier and Type | Method and Description |
---|---|
abstract java.nio.ByteBuffer |
getByteBuffer()
Gets a read-only bytebuffer holding an encoding of the value
|
ValueBuffer |
intern()
Gets the interned value for this ScalarValueBuffer
|
public abstract java.nio.ByteBuffer getByteBuffer()
public final ValueBuffer intern()