Package io.deephaven.sbe.standalone.gen
Class BooleanColumnDataDecoder.DataDecoder
java.lang.Object
io.deephaven.sbe.standalone.gen.BooleanColumnDataDecoder.DataDecoder
- All Implemented Interfaces:
Iterable<BooleanColumnDataDecoder.DataDecoder>
,Iterator<BooleanColumnDataDecoder.DataDecoder>
- Enclosing class:
- BooleanColumnDataDecoder
public static class BooleanColumnDataDecoder.DataDecoder extends Object implements Iterable<BooleanColumnDataDecoder.DataDecoder>, Iterator<BooleanColumnDataDecoder.DataDecoder>
-
Field Summary
Fields Modifier and Type Field Description static int
HEADER_SIZE
-
Constructor Summary
Constructors Constructor Description DataDecoder()
-
Method Summary
Modifier and Type Method Description int
actingBlockLength()
StringBuilder
appendTo(StringBuilder builder)
int
count()
boolean
hasNext()
Iterator<BooleanColumnDataDecoder.DataDecoder>
iterator()
BooleanColumnDataDecoder.DataDecoder
next()
void
remove()
static int
sbeBlockLength()
static int
sbeHeaderSize()
String
toString()
DbBoolean
value()
static int
valueEncodingLength()
static int
valueEncodingOffset()
static int
valueId()
static String
valueMetaAttribute(MetaAttribute metaAttribute)
static int
valueSinceVersion()
void
wrap(BooleanColumnDataDecoder parentMessage, org.agrona.DirectBuffer buffer)
-
Field Details
-
HEADER_SIZE
public static final int HEADER_SIZE- See Also:
- Constant Field Values
-
-
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<BooleanColumnDataDecoder.DataDecoder>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<BooleanColumnDataDecoder.DataDecoder>
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<BooleanColumnDataDecoder.DataDecoder>
-
next
- Specified by:
next
in interfaceIterator<BooleanColumnDataDecoder.DataDecoder>
-
valueId
public static int valueId() -
valueSinceVersion
public static int valueSinceVersion() -
valueEncodingOffset
public static int valueEncodingOffset() -
valueEncodingLength
public static int valueEncodingLength() -
valueMetaAttribute
-
value
-
toString
-
appendTo
-