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