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.Object
Modified Values Modified heap values need fsStartIndexes conversion
-
-
Field Summary
Fields Modifier and Type Field Description private FSsTobeAddedback.FSsTobeAddedbackSingle
addbackSingle
private int
iHeap
private int
prevModHeapRefTgtSeq
private FeatureImpl[]
tgtF2srcF
a map from target offsets to source offsetsprivate int
vPrevModInt
private long
vPrevModLong
private short
vPrevModShort
-
Constructor Summary
Constructors Modifier Constructor Description private
ReadModifiedFSs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
readModifiedAuxHeap(int numberOfMods, TOP fs, TypeImpl srcType)
private void
readModifiedFSs()
private void
readModifiedMainHeap(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.IOException
This 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
-
-