Uses of Enum
org.apache.uima.cas.SerialFormat
Packages that use SerialFormat
Package
Description
Common Analysis System (CAS) Interfaces.
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of SerialFormat in org.apache.uima.cas
Methods in org.apache.uima.cas that return SerialFormatModifier and TypeMethodDescriptionstatic SerialFormat
Returns the enum constant of this type with the specified name.static SerialFormat[]
SerialFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SerialFormat in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl that return SerialFormatModifier and TypeMethodDescriptionstatic SerialFormat
Serialization.deserializeCAS
(CAS cas, InputStream istream) Deserialize a CAS, in various binary formats, into an existing CAS Note: this form supports deserializing the following binary representations: - plain (uncompressed) - compressed, no type filtering (form 4), Delta and not-delta - compressed, no type filtering (form 6), not-delta only.CASImpl.reinit
(InputStream istream) --------------------------------------------------------------------- see Blob Format in CASSerializer This reads in and deserializes CAS data from a stream.