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