Uses of Interface
org.apache.uima.cas.ByteArrayFS
-
Packages that use ByteArrayFS Package Description org.apache.uima.cas Common Analysis System(CAS) Interfacesorg.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 ByteArrayFSCAS. createByteArrayFS(int length)Create a new Byte array. -
Uses of ByteArrayFS in org.apache.uima.cas.impl
Subinterfaces of ByteArrayFS in org.apache.uima.cas.impl Modifier and Type Interface Description interfaceByteArrayFSImplDeprecated.use ByteArray insteadMethods in org.apache.uima.cas.impl that return ByteArrayFS Modifier and Type Method Description ByteArrayFSCASImpl. 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 classByteArrayJCas class model for ByteArray
-