Uses of Class
org.apache.uima.jcas.cas.ByteArray
-
Packages that use ByteArray 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 Interfaces for accessing the JCAS.org.apache.uima.jcas.cas JCAS model for built-in CAS types -
-
Uses of ByteArray in org.apache.uima.cas
Methods in org.apache.uima.cas that return ByteArray Modifier and Type Method Description default ByteArray
CAS. emptyByteArray()
-
Uses of ByteArray in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as ByteArray Modifier and Type Field Description private ByteArray
CASImpl.SharedViewData. emptyByteArray
Methods in org.apache.uima.cas.impl that return ByteArray Modifier and Type Method Description private ByteArray
XmiCasDeserializer.XmiCasDeserializerHandler. createOrUpdateByteArray(java.lang.String hexString, int xmiId, ByteArray existingArray)
Create a byte array in the CAS.ByteArray
CASImpl. emptyByteArray()
Methods in org.apache.uima.cas.impl with parameters of type ByteArray Modifier and Type Method Description private ByteArray
XmiCasDeserializer.XmiCasDeserializerHandler. createOrUpdateByteArray(java.lang.String hexString, int xmiId, ByteArray existingArray)
Create a byte array in the CAS. -
Uses of ByteArray in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return ByteArray Modifier and Type Method Description default ByteArray
JCas. emptyByteArray()
Retrieve a lazily-created constant from the cas which holds a 0-length instance. -
Uses of ByteArray in org.apache.uima.jcas.cas
Methods in org.apache.uima.jcas.cas that return ByteArray Modifier and Type Method Description static ByteArray
ByteArray. create(JCas jcas, byte[] a)
-