| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| SerialFormat | BinaryCasSerDes. 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| static CasLoadMode | CasLoadMode. valueOf(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. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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,
    URL tsiUrl,
    CAS aCAS,
    CasLoadMode casLoadMode)Loads a CAS from a URL source. | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.