Uses of Enum
org.apache.uima.cas.impl.BinaryCasSerDes4.CompressLevel
Packages that use BinaryCasSerDes4.CompressLevel
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of BinaryCasSerDes4.CompressLevel in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as BinaryCasSerDes4.CompressLevelModifier and TypeFieldDescriptionprivate final BinaryCasSerDes4.CompressLevelBinaryCasSerDes4.Serializer.compressLevelMethods in org.apache.uima.cas.impl that return BinaryCasSerDes4.CompressLevelModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static BinaryCasSerDes4.CompressLevel[]BinaryCasSerDes4.CompressLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.uima.cas.impl with parameters of type BinaryCasSerDes4.CompressLevelModifier and TypeMethodDescriptionBinaryCasSerDes4.serialize(AbstractCas cas, Object out, Marker trackingMark, BinaryCasSerDes4.CompressLevel compressLevel) BinaryCasSerDes4.serialize(AbstractCas cas, Object out, Marker trackingMark, BinaryCasSerDes4.CompressLevel compressLevel, BinaryCasSerDes4.CompressStrat compressStrategy) Constructors in org.apache.uima.cas.impl with parameters of type BinaryCasSerDes4.CompressLevelModifierConstructorDescriptionprivateSerializer(CASImpl cas, DataOutputStream serializedOut, MarkerImpl mark, SerializationMeasures sm, BinaryCasSerDes4.CompressLevel compressLevel, BinaryCasSerDes4.CompressStrat compressStrategy, boolean isTsi)