| Package | Description | 
|---|---|
| org.apache.uima.util | Utility classes and interfaces used by UIMA components. | 
| 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–2017 The Apache Software Foundation. All rights reserved.