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