Uses of Class
org.apache.uima.cas.impl.CASSerializer.AddrPlusValue
Packages that use CASSerializer.AddrPlusValue
Package
Description
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.AddrPlusValueModifier and TypeMethodDescription(package private) static void
CASSerializer.scanModifications
(BinaryCasSerDes bcsd, CommonSerDesSequential csds, CASImpl.FsChange[] fssModified, Obj2IntIdentityHashMap<TOP> fs2auxOffset, List<CASSerializer.AddrPlusValue> chgMainAvs, List<CASSerializer.AddrPlusValue> chgByteAvs, List<CASSerializer.AddrPlusValue> chgShortAvs, 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
(List<CASSerializer.AddrPlusValue> avs, DataOutputStream dos, Consumer_T_withIOException<CASSerializer.AddrPlusValue> writeValue) private void
CASSerializer.writeMods
(List<CASSerializer.AddrPlusValue> avs, DataOutputStream dos, Consumer_T_withIOException<CASSerializer.AddrPlusValue> writeValue)