Package | Description |
---|---|
org.apache.uima.cas |
Common Analysis System(CAS) Interfaces
|
org.apache.uima.util |
Utility classes and interfaces used by UIMA components.
|
Modifier and Type | Method and Description |
---|---|
static SerialFormat |
SerialFormat.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
static SerialFormat |
CasIOUtils.load(InputStream casInputStream,
CAS aCAS)
Loads a Cas from an Input Stream.
|
static SerialFormat |
CasIOUtils.load(InputStream casInputStream,
CAS aCAS,
TypeSystem typeSystem)
This load variant can be used for loading Form 6 compressed CASes where the
type system to use to deserialize is provided as an argument.
|
static SerialFormat |
CasIOUtils.load(InputStream casInputStream,
InputStream tsiInputStream,
CAS aCAS)
Loads a CAS from an Input Stream.
|
static SerialFormat |
CasIOUtils.load(InputStream casInputStream,
InputStream tsiInputStream,
CAS aCAS,
boolean leniently)
Loads a CAS from an Input Stream.
|
static SerialFormat |
CasIOUtils.load(InputStream casInputStream,
InputStream tsiInputStream,
CAS aCAS,
CasLoadMode casLoadMode)
Loads a CAS from an Input Stream.
|
static SerialFormat |
CasIOUtils.load(URL casUrl,
CAS aCAS)
Loads a Cas from a URL source.
|
static SerialFormat |
CasIOUtils.load(URL casUrl,
URL tsiUrl,
CAS aCAS,
boolean leniently)
Loads a CAS from a URL source.
|
static SerialFormat |
CasIOUtils.load(URL casUrl,
URL tsiUrl,
CAS aCAS,
CasLoadMode casLoadMode)
Loads a CAS from a URL source.
|
Modifier and Type | Method and Description |
---|---|
static void |
CasIOUtils.save(CAS aCas,
OutputStream docOS,
OutputStream tsiOS,
SerialFormat format)
Write the CAS in the specified format.
|
static void |
CasIOUtils.save(CAS aCas,
OutputStream docOS,
SerialFormat format)
Write the CAS in the specified format.
|
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.