Package org.apache.uima.cas.impl
Class BinaryCasSerDes6.ReadModifiedFSs
- java.lang.Object
-
- org.apache.uima.cas.impl.BinaryCasSerDes6.ReadModifiedFSs
-
- Enclosing class:
- BinaryCasSerDes6
private class BinaryCasSerDes6.ReadModifiedFSs extends java.lang.ObjectModified Values Modified heap values need fsStartIndexes conversion
-
-
Field Summary
Fields Modifier and Type Field Description private FSsTobeAddedback.FSsTobeAddedbackSingleaddbackSingleprivate intiHeapprivate intprevModHeapRefTgtSeqprivate FeatureImpl[]tgtF2srcFa map from target offsets to source offsetsprivate intvPrevModIntprivate longvPrevModLongprivate shortvPrevModShort
-
Constructor Summary
Constructors Modifier Constructor Description privateReadModifiedFSs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidreadModifiedAuxHeap(int numberOfMods, TOP fs, TypeImpl srcType)private voidreadModifiedFSs()private voidreadModifiedMainHeap(int numberOfMods, TOP fs, TypeImpl srcType)This used for both int/float/string/fs arrays and int/float/string and other feature slots Also used for Long/Double reading
-
-
-
Field Detail
-
vPrevModInt
private int vPrevModInt
-
prevModHeapRefTgtSeq
private int prevModHeapRefTgtSeq
-
vPrevModShort
private short vPrevModShort
-
vPrevModLong
private long vPrevModLong
-
iHeap
private int iHeap
-
tgtF2srcF
private FeatureImpl[] tgtF2srcF
a map from target offsets to source offsets
-
addbackSingle
private FSsTobeAddedback.FSsTobeAddedbackSingle addbackSingle
-
-
Method Detail
-
readModifiedFSs
private void readModifiedFSs() throws java.io.IOException- Throws:
java.io.IOException
-
readModifiedAuxHeap
private void readModifiedAuxHeap(int numberOfMods, TOP fs, TypeImpl srcType) throws java.io.IOException- Throws:
java.io.IOException
-
readModifiedMainHeap
private void readModifiedMainHeap(int numberOfMods, TOP fs, TypeImpl srcType) throws java.io.IOExceptionThis used for both int/float/string/fs arrays and int/float/string and other feature slots Also used for Long/Double reading- Parameters:
numberOfMods- number of modifications.fs- the modified feature structuresrcType- the type of the modified feature structure- Throws:
java.io.IOException
-
-