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