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