Package org.apache.uima.cas.impl
Class StringHeapDeserializationHelper
- java.lang.Object
-
- org.apache.uima.cas.impl.StringHeapDeserializationHelper
-
public class StringHeapDeserializationHelper extends java.lang.ObjectSupport for legacy string heap format. Used only for (de)serialization.
-
-
Field Summary
Fields Modifier and Type Field Description protected static intCHAR_HEAP_POINTER_OFFSETprotected static intCHAR_HEAP_STRLEN_OFFSETprotected char[]charHeapprotected intcharHeapPosprotected static intFIRST_CELL_REFprotected static intREF_HEAP_CELL_SIZEprotected int[]refHeapprotected intrefHeapPosprotected static intSTRING_LIST_ADDR_OFFSET
-
Constructor Summary
Constructors Constructor Description StringHeapDeserializationHelper()
-
-
-
Field Detail
-
REF_HEAP_CELL_SIZE
protected static final int REF_HEAP_CELL_SIZE
- See Also:
- Constant Field Values
-
CHAR_HEAP_POINTER_OFFSET
protected static final int CHAR_HEAP_POINTER_OFFSET
- See Also:
- Constant Field Values
-
CHAR_HEAP_STRLEN_OFFSET
protected static final int CHAR_HEAP_STRLEN_OFFSET
- See Also:
- Constant Field Values
-
STRING_LIST_ADDR_OFFSET
protected static final int STRING_LIST_ADDR_OFFSET
- See Also:
- Constant Field Values
-
FIRST_CELL_REF
protected static final int FIRST_CELL_REF
- See Also:
- Constant Field Values
-
refHeapPos
protected int refHeapPos
-
refHeap
protected int[] refHeap
-
charHeapPos
protected int charHeapPos
-
charHeap
protected char[] charHeap
-
-