Uses of Enum Class
org.apache.uima.util.CasLoadMode
Packages that use 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
Methods in org.apache.uima.cas.impl with parameters of type CasLoadModeModifier 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
Methods in org.apache.uima.util that return CasLoadModeModifier 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.Methods in org.apache.uima.util with parameters of type CasLoadModeModifier 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.