|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SerialFormat | |
---|---|
org.apache.uima.cas | Common Analysis System (CAS) Interfaces. |
org.apache.uima.cas.impl | 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 SerialFormat | |
---|---|
static SerialFormat |
SerialFormat.valueOf(java.lang.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. |
Uses of SerialFormat in org.apache.uima.cas.impl |
---|
Methods in org.apache.uima.cas.impl that return SerialFormat | |
---|---|
static SerialFormat |
Serialization.deserializeCAS(CAS cas,
java.io.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |