Uses of Class
org.apache.uima.cas.impl.CASSerializer.AddrPlusValue
-
Packages that use CASSerializer.AddrPlusValue Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of CASSerializer.AddrPlusValue in org.apache.uima.cas.impl
Method parameters in org.apache.uima.cas.impl with type arguments of type CASSerializer.AddrPlusValue Modifier and Type Method Description (package private) static void
CASSerializer. scanModifications(BinaryCasSerDes bcsd, CommonSerDesSequential csds, CASImpl.FsChange[] fssModified, Obj2IntIdentityHashMap<TOP> fs2auxOffset, java.util.List<CASSerializer.AddrPlusValue> chgMainAvs, java.util.List<CASSerializer.AddrPlusValue> chgByteAvs, java.util.List<CASSerializer.AddrPlusValue> chgShortAvs, java.util.List<CASSerializer.AddrPlusValue> chgLongAvs)
Scan the v3 fsChange info and produce v2 style info into chgXxxAddr, chgXxxValue A prescan approach is needed in order to write the number of modifications preceding the write of the values (which unfortunately were written to the same stream in V2).private void
CASSerializer. writeMods(java.util.List<CASSerializer.AddrPlusValue> avs, java.io.DataOutputStream dos, Consumer_T_withIOException<CASSerializer.AddrPlusValue> writeValue)
private void
CASSerializer. writeMods(java.util.List<CASSerializer.AddrPlusValue> avs, java.io.DataOutputStream dos, Consumer_T_withIOException<CASSerializer.AddrPlusValue> writeValue)
-