Uses of Interface
org.apache.uima.cas.ByteArrayFS
Package
Description
Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
JCAS model for built-in CAS types
-
Uses of ByteArrayFS in org.apache.uima.cas
-
Uses of ByteArrayFS in org.apache.uima.cas.impl
-
Uses of ByteArrayFS in org.apache.uima.fit.util
Modifier and TypeMethodDescriptionstatic ByteArrayFS
FSCollectionFactory.createByteArrayFS
(CAS aCas, byte... aArray) static ByteArrayFS
FSCollectionFactory.createByteArrayFS
(CAS aCas, Collection<Byte> aCollection) static ByteArrayFS
FSCollectionFactory.fillArrayFS
(ByteArrayFS aArrayFs, byte... aValues) static ByteArrayFS
FSCollectionFactory.fillArrayFS
(ByteArrayFS aArrayFs, Iterable<Byte> aValues) Modifier and TypeMethodDescriptionstatic ByteArrayFS
FSCollectionFactory.fillArrayFS
(ByteArrayFS aArrayFs, byte... aValues) static ByteArrayFS
FSCollectionFactory.fillArrayFS
(ByteArrayFS aArrayFs, Iterable<Byte> aValues) -
Uses of ByteArrayFS in org.apache.uima.jcas.cas