Class StringHeapDeserializationHelper

java.lang.Object
org.apache.uima.cas.impl.StringHeapDeserializationHelper

public class StringHeapDeserializationHelper extends Object
Support for legacy string heap format. Used only for (de)serialization.
  • Field Details

    • REF_HEAP_CELL_SIZE

      protected static final int REF_HEAP_CELL_SIZE
      See Also:
    • CHAR_HEAP_POINTER_OFFSET

      protected static final int CHAR_HEAP_POINTER_OFFSET
      See Also:
    • CHAR_HEAP_STRLEN_OFFSET

      protected static final int CHAR_HEAP_STRLEN_OFFSET
      See Also:
    • STRING_LIST_ADDR_OFFSET

      protected static final int STRING_LIST_ADDR_OFFSET
      See Also:
    • FIRST_CELL_REF

      protected static final int FIRST_CELL_REF
      See Also:
    • refHeapPos

      protected int refHeapPos
    • refHeap

      protected int[] refHeap
    • charHeapPos

      protected int charHeapPos
    • charHeap

      protected char[] charHeap
  • Constructor Details

    • StringHeapDeserializationHelper

      public StringHeapDeserializationHelper()