Uses of Enum Class
org.apache.uima.util.CasLoadMode
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
Utility classes and interfaces used by UIMA components.
-
Uses of CasLoadMode in org.apache.uima.cas.impl
Modifier and TypeMethodDescriptionBinaryCasSerDes.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. -
Uses of CasLoadMode in org.apache.uima.util
Modifier and TypeMethodDescriptionstatic CasLoadMode
Returns the enum constant of this class with the specified name.static CasLoadMode[]
CasLoadMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic SerialFormat
CasIOUtils.load
(InputStream casInputStream, InputStream tsiInputStream, CAS aCAS, CasLoadMode casLoadMode) Loads a CAS from an Input Stream.static SerialFormat
CasIOUtils.load
(URL casUrl, URL tsiUrl, CAS aCAS, CasLoadMode casLoadMode) Loads a CAS from a URL source.