Class DoubleArrayColumnDataDecoder.DataDecoder.ArrayDecoder
java.lang.Object
com.illumon.iris.sbetransport.gen.DoubleArrayColumnDataDecoder.DataDecoder.ArrayDecoder
- All Implemented Interfaces:
Iterable<DoubleArrayColumnDataDecoder.DataDecoder.ArrayDecoder>,Iterator<DoubleArrayColumnDataDecoder.DataDecoder.ArrayDecoder>
- Enclosing class:
- DoubleArrayColumnDataDecoder.DataDecoder
public static class DoubleArrayColumnDataDecoder.DataDecoder.ArrayDecoder extends Object implements Iterable<DoubleArrayColumnDataDecoder.DataDecoder.ArrayDecoder>, Iterator<DoubleArrayColumnDataDecoder.DataDecoder.ArrayDecoder>
-
Field Summary
Fields Modifier and Type Field Description static intHEADER_SIZE -
Constructor Summary
Constructors Constructor Description ArrayDecoder() -
Method Summary
Modifier and Type Method Description intactingBlockLength()StringBuilderappendTo(StringBuilder builder)intcount()booleanhasNext()Iterator<DoubleArrayColumnDataDecoder.DataDecoder.ArrayDecoder>iterator()DoubleArrayColumnDataDecoder.DataDecoder.ArrayDecodernext()voidremove()static intsbeBlockLength()static intsbeHeaderSize()StringtoString()doublevalue()static intvalueEncodingLength()static intvalueEncodingOffset()static intvalueId()static doublevalueMaxValue()static StringvalueMetaAttribute(MetaAttribute metaAttribute)static doublevalueMinValue()static doublevalueNullValue()static intvalueSinceVersion()voidwrap(DoubleArrayColumnDataDecoder 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:
iteratorin interfaceIterable<DoubleArrayColumnDataDecoder.DataDecoder.ArrayDecoder>
-
remove
public void remove()- Specified by:
removein interfaceIterator<DoubleArrayColumnDataDecoder.DataDecoder.ArrayDecoder>
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<DoubleArrayColumnDataDecoder.DataDecoder.ArrayDecoder>
-
next
- Specified by:
nextin interfaceIterator<DoubleArrayColumnDataDecoder.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 double valueNullValue() -
valueMinValue
public static double valueMinValue() -
valueMaxValue
public static double valueMaxValue() -
value
public double value() -
toString
-
appendTo
-