Uses of Class
org.apache.uima.cas.impl.CommonSerDes.Header
Packages that use CommonSerDes.Header
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of CommonSerDes.Header in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl that return CommonSerDes.HeaderModifier and TypeMethodDescriptionstatic CommonSerDes.Header
CommonSerDes.createHeader()
CommonSerDes.Header.delta()
CommonSerDes.Header.delta
(boolean v2) CommonSerDes.Header.form4()
CommonSerDes.Header.form6()
static CommonSerDes.Header
CommonSerDes.readHeader
(DataInputStream dis) CommonSerDes.Header.seqVer
(int v2) CommonSerDes.Header.typeSystemIncluded
(boolean f) CommonSerDes.Header.typeSystemIndexDefIncluded
(boolean f) CommonSerDes.Header.v3()
Methods in org.apache.uima.cas.impl with parameters of type CommonSerDes.HeaderModifier and TypeMethodDescriptionvoid
BinaryCasSerDes4.deserialize
(CASImpl cas, InputStream deserIn, boolean isDelta, CommonSerDes.Header h) BinaryCasSerDes.reinit
(CommonSerDes.Header h, InputStream istream, CASMgrSerializer casMgrSerializer, CasLoadMode casLoadMode, BinaryCasSerDes6 f6, AllowPreexistingFS allowPreexistingFS, TypeSystemImpl ts) Deserialize a binary input stream, after reading the header, and optionally an externally provided type system and index spec used in compressed form 6 serialization previously This reads in and deserializes CAS data from a stream.