Uses of Enum
org.apache.uima.cas.impl.BinaryCasSerDes4.SlotKind
Packages that use BinaryCasSerDes4.SlotKind
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of BinaryCasSerDes4.SlotKind in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as BinaryCasSerDes4.SlotKindModifier and TypeFieldDescriptionfinal BinaryCasSerDes4.SlotKind[]
BinaryCasSerDes4.TypeInfo.slotKinds
Methods in org.apache.uima.cas.impl that return BinaryCasSerDes4.SlotKindModifier and TypeMethodDescriptionBinaryCasSerDes4.TypeInfo.getSlotKind
(int offset) static BinaryCasSerDes4.SlotKind
Returns the enum constant of this type with the specified name.static BinaryCasSerDes4.SlotKind[]
BinaryCasSerDes4.SlotKind.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.SlotKindModifier and TypeMethodDescriptionprivate DataInput
BinaryCasSerDes4.Deserializer.getInputStream
(BinaryCasSerDes4.SlotKind kind) private int
BinaryCasSerDes4.Deserializer.readDiff
(BinaryCasSerDes4.SlotKind kind, int prev) private void
BinaryCasSerDes4.Deserializer.readDiffWithPrevTypeSlot
(BinaryCasSerDes4.SlotKind kind, int iHeap, int offset) private int
BinaryCasSerDes4.Deserializer.readIntoLongArray
(BinaryCasSerDes4.SlotKind kind, int length) private long
BinaryCasSerDes4.Deserializer.readLong
(BinaryCasSerDes4.SlotKind kind, long prev) private void
BinaryCasSerDes4.Serializer.serializeDiffWithPrevTypeSlot
(BinaryCasSerDes4.SlotKind kind, int iHeap, int offset) private void
BinaryCasSerDes4.Serializer.writeFromByteArray
(BinaryCasSerDes4.SlotKind kind, int startPos, int length) private void
BinaryCasSerDes4.Serializer.writeFromLongArray
(BinaryCasSerDes4.SlotKind kind, int startPos, int length)