Uses of Interface
org.apache.uima.cas.ByteArrayFS
Packages that use 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
Methods in org.apache.uima.cas that return ByteArrayFS -
Uses of ByteArrayFS in org.apache.uima.cas.impl
Subinterfaces of ByteArrayFS in org.apache.uima.cas.implMethods in org.apache.uima.cas.impl that return ByteArrayFS -
Uses of ByteArrayFS in org.apache.uima.fit.util
Methods in org.apache.uima.fit.util that return ByteArrayFSModifier 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) Methods in org.apache.uima.fit.util with parameters of type ByteArrayFSModifier 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
Classes in org.apache.uima.jcas.cas that implement ByteArrayFS