Package org.apache.uima.cas.impl
Interface ByteArrayFSImpl
-
- All Superinterfaces:
ByteArrayFS
,java.lang.Cloneable
,CommonArrayFS<java.lang.Byte>
,FeatureStructure
- All Known Implementing Classes:
ByteArray
@Deprecated public interface ByteArrayFSImpl extends ByteArrayFS
Deprecated.use ByteArray insteadV2 compatibility only The non-JCas cover class for Byte Array
-
-
Method Summary
-
Methods inherited from interface org.apache.uima.cas.ByteArrayFS
copyFromArray, copyToArray, get, set, toArray
-
Methods inherited from interface org.apache.uima.cas.CommonArrayFS
copyFromArray, copyToArray, copyValuesFrom, getValuesAsCommaSeparatedString, isEmpty, size, toStringArray
-
Methods inherited from interface org.apache.uima.cas.FeatureStructure
_getTypeCode, _id, clone, equals, getAddress, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getJCas, getLongValue, getShortValue, getStringValue, getType, hashCode, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue
-
-