Package io.deephaven.sbe.standalone.gen
Class ShortColumnDataDecoder.DataDecoder
java.lang.Object
io.deephaven.sbe.standalone.gen.ShortColumnDataDecoder.DataDecoder
- All Implemented Interfaces:
Iterable<ShortColumnDataDecoder.DataDecoder>
,Iterator<ShortColumnDataDecoder.DataDecoder>
- Enclosing class:
- ShortColumnDataDecoder
public static class ShortColumnDataDecoder.DataDecoder
extends Object
implements Iterable<ShortColumnDataDecoder.DataDecoder>, Iterator<ShortColumnDataDecoder.DataDecoder>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
appendTo
(StringBuilder builder) int
count()
boolean
hasNext()
iterator()
next()
void
remove()
static int
static int
toString()
short
value()
static int
static int
static int
valueId()
static short
static String
valueMetaAttribute
(MetaAttribute metaAttribute) static short
static short
static int
void
wrap
(ShortColumnDataDecoder parentMessage, org.agrona.DirectBuffer buffer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
HEADER_SIZE
public static final int HEADER_SIZE- See Also:
-
-
Constructor Details
-
DataDecoder
public DataDecoder()
-
-
Method Details
-
wrap
-
sbeHeaderSize
public static int sbeHeaderSize() -
sbeBlockLength
public static int sbeBlockLength() -
actingBlockLength
public int actingBlockLength() -
count
public int count() -
iterator
- Specified by:
iterator
in interfaceIterable<ShortColumnDataDecoder.DataDecoder>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<ShortColumnDataDecoder.DataDecoder>
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<ShortColumnDataDecoder.DataDecoder>
-
next
- Specified by:
next
in interfaceIterator<ShortColumnDataDecoder.DataDecoder>
-
valueId
public static int valueId() -
valueSinceVersion
public static int valueSinceVersion() -
valueEncodingOffset
public static int valueEncodingOffset() -
valueEncodingLength
public static int valueEncodingLength() -
valueMetaAttribute
-
valueNullValue
public static short valueNullValue() -
valueMinValue
public static short valueMinValue() -
valueMaxValue
public static short valueMaxValue() -
value
public short value() -
toString
-
appendTo
-