Class StringHeapDeserializationHelper


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

      • 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
      • refHeapPos

        protected int refHeapPos
      • refHeap

        protected int[] refHeap
      • charHeapPos

        protected int charHeapPos
      • charHeap

        protected char[] charHeap
    • Constructor Detail

      • StringHeapDeserializationHelper

        public StringHeapDeserializationHelper()