Uses of Class
org.apache.uima.cas.impl.CommonSerDes.Reading
-
Packages that use CommonSerDes.Reading Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of CommonSerDes.Reading in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as CommonSerDes.Reading Modifier and Type Field Description (package private) CommonSerDes.Reading
CommonSerDes.Header. reading
Methods in org.apache.uima.cas.impl with parameters of type CommonSerDes.Reading Modifier and Type Method Description (package private) int
BinaryCasSerDes. updateAuxArrayMods(CommonSerDes.Reading r, Int2ObjHashMap<TOP,TOP> auxAddr2fsa, Consumer_T_int_withIOException<TOP> setter)
Called 3 times to process non-compressed binary deserialization of aux array modifications - once for byte/boolean, short, and long/double
-