public class StringHeapDeserializationHelper extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected static int | CHAR_HEAP_POINTER_OFFSET | 
| protected static int | CHAR_HEAP_STRLEN_OFFSET | 
| protected char[] | charHeap | 
| protected int | charHeapPos | 
| protected static int | FIRST_CELL_REF | 
| protected static int | REF_HEAP_CELL_SIZE | 
| protected int[] | refHeap | 
| protected int | refHeapPos | 
| protected static int | STRING_LIST_ADDR_OFFSET | 
| Constructor and Description | 
|---|
| StringHeapDeserializationHelper() | 
protected static final int REF_HEAP_CELL_SIZE
protected static final int CHAR_HEAP_POINTER_OFFSET
protected static final int CHAR_HEAP_STRLEN_OFFSET
protected static final int STRING_LIST_ADDR_OFFSET
protected static final int FIRST_CELL_REF
protected int refHeapPos
protected int[] refHeap
protected int charHeapPos
protected char[] charHeap
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.