Uses of Class
org.apache.uima.util.CasLoadMode
-
Packages that use CasLoadMode Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.util 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 CasLoadMode Modifier and Type Method Description SerialFormat
CASImpl. reinit(CommonSerDes.Header h, java.io.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 CasLoadMode Modifier and Type Method Description static CasLoadMode
CasLoadMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CasLoadMode[]
CasLoadMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.uima.util with parameters of type CasLoadMode Modifier and Type Method Description static SerialFormat
CasIOUtils. load(java.io.InputStream casInputStream, java.io.InputStream tsiInputStream, CAS aCAS, CasLoadMode casLoadMode)
Loads a CAS from an Input Stream.static SerialFormat
CasIOUtils. load(java.net.URL casUrl, java.net.URL tsiUrl, CAS aCAS, CasLoadMode casLoadMode)
Loads a CAS from a URL source.
-