Uses of Interface
org.apache.uima.cas.ByteArrayFS
-
Packages that use ByteArrayFS Package Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
ByteArrayFSImpl
Implementation of theByteArrayFS
interface.Methods in org.apache.uima.cas.impl that return ByteArrayFS Modifier and Type Method Description ByteArrayFS
CASImpl. createByteArrayFS(int length)
-
Uses of ByteArrayFS in org.apache.uima.jcas.cas
Classes in org.apache.uima.jcas.cas that implement ByteArrayFS Modifier and Type Class Description class
ByteArray
JCas class model for ByteArray
-