final class PcpString extends java.lang.Object implements PcpOffset, MmvWritable
Modifier and Type | Class and Description |
---|---|
(package private) static class |
PcpString.PcpStringStore |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
initialValue |
private int |
offset |
(package private) static int |
STRING_BLOCK_LENGTH |
(package private) static int |
STRING_BLOCK_LIMIT |
Constructor and Description |
---|
PcpString(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
int |
byteSize() |
int |
getOffset() |
void |
setOffset(int offset) |
void |
writeToMmv(java.nio.ByteBuffer byteBuffer) |
static final int STRING_BLOCK_LENGTH
static final int STRING_BLOCK_LIMIT
private final java.lang.String initialValue
private int offset
public int getOffset()
getOffset
in interface MmvWritable
public void writeToMmv(java.nio.ByteBuffer byteBuffer)
writeToMmv
in interface MmvWritable