Package org.apache.uima.cas.impl
Class CASImpl.BinDeserSupport
java.lang.Object
org.apache.uima.cas.impl.CASImpl.BinDeserSupport
- Enclosing class:
- CASImpl
Binary Deserializaion Support
An instance of this class is made for every reinit operation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int[]
private int
private int[]
An array of all the starting indexes of the FSs on the old/prev heap (below the mark, for delta CAS, plus one last one (one beyond the end)private int
private int
private int
private FSsTobeAddedback
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fsStartAddr
private int fsStartAddr -
fsEndAddr
private int fsEndAddr -
fssAddrArray
private int[] fssAddrArrayAn array of all the starting indexes of the FSs on the old/prev heap (below the mark, for delta CAS, plus one last one (one beyond the end) -
fssIndex
private int fssIndex -
lastRemovedFsAddr
private int lastRemovedFsAddr -
featCodes
private int[] featCodes -
tobeAddedback
-
-
Constructor Details
-
BinDeserSupport
private BinDeserSupport()
-