Package io.deephaven.sbe.standalone.gen
Class IntColumnDataDecoder.DataDecoder
java.lang.Object
io.deephaven.sbe.standalone.gen.IntColumnDataDecoder.DataDecoder
- All Implemented Interfaces:
Iterable<IntColumnDataDecoder.DataDecoder>
,Iterator<IntColumnDataDecoder.DataDecoder>
- Enclosing class:
- IntColumnDataDecoder
public static class IntColumnDataDecoder.DataDecoder
extends Object
implements Iterable<IntColumnDataDecoder.DataDecoder>, Iterator<IntColumnDataDecoder.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()
int
value()
static int
static int
static int
valueId()
static int
static String
valueMetaAttribute
(MetaAttribute metaAttribute) static int
static int
static int
void
wrap
(IntColumnDataDecoder 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<IntColumnDataDecoder.DataDecoder>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<IntColumnDataDecoder.DataDecoder>
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<IntColumnDataDecoder.DataDecoder>
-
next
- Specified by:
next
in interfaceIterator<IntColumnDataDecoder.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 int valueNullValue() -
valueMinValue
public static int valueMinValue() -
valueMaxValue
public static int valueMaxValue() -
value
public int value() -
toString
-
appendTo
-