Class CASImpl.BinDeserSupport

java.lang.Object
org.apache.uima.cas.impl.CASImpl.BinDeserSupport
Enclosing class:
CASImpl

private class CASImpl.BinDeserSupport extends Object
Binary Deserializaion Support An instance of this class is made for every reinit operation
  • Field Details

    • fsStartAddr

      private int fsStartAddr
    • fsEndAddr

      private int fsEndAddr
    • fssAddrArray

      private int[] fssAddrArray
      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)
    • fssIndex

      private int fssIndex
    • lastRemovedFsAddr

      private int lastRemovedFsAddr
    • featCodes

      private int[] featCodes
    • tobeAddedback

      private FSsTobeAddedback tobeAddedback
  • Constructor Details

    • BinDeserSupport

      private BinDeserSupport()