Uses of Interface
org.apache.uima.cas.ByteArrayFS

Packages that use ByteArrayFS
org.apache.uima.cas Common Analysis System (CAS) Interfaces. 
org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. 
org.apache.uima.jcas.cas JCAS model for built-in CAS types 
 

Uses of ByteArrayFS in org.apache.uima.cas
 

Methods in org.apache.uima.cas that return ByteArrayFS
 ByteArrayFS CAS.createByteArrayFS(int length)
          Create a new Byte array.
 

Uses of ByteArrayFS in org.apache.uima.cas.impl
 

Classes in org.apache.uima.cas.impl that implement ByteArrayFS
 class ByteArrayFSImpl
          Implementation of the ByteArrayFS interface.
 

Methods in org.apache.uima.cas.impl that return ByteArrayFS
 ByteArrayFS CASImpl.createByteArrayFS(int length)
           
 

Uses of ByteArrayFS in org.apache.uima.jcas.cas
 

Classes in org.apache.uima.jcas.cas that implement ByteArrayFS
 class ByteArray
          JCas class model for ByteArray
 



Copyright © 2012. All Rights Reserved.