Uses of Class
org.apache.uima.cas.impl.CASImpl.BinDeserSupport
Packages that use CASImpl.BinDeserSupport
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of CASImpl.BinDeserSupport in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl with parameters of type CASImpl.BinDeserSupportModifier and TypeMethodDescriptionprivate void
CASImpl.findCorrespondingFs
(int heapAddr, CASImpl.BinDeserSupport bds) private void
CASImpl.maybeAddBackAndRemoveFs
(int heapAddr, CASImpl.BinDeserSupport bds) for Deserialization of Delta, when updating existing FSs, If the heap addr is for the next FS, re-add the previous one to those indexes where it was removed, and then maybe remove the new one (and remember which views to re-add to).