Package io.deephaven.sbe.standalone.gen
Class StringArrayColumnDataDecoder.DataDecoder.ArrayDecoder
java.lang.Object
io.deephaven.sbe.standalone.gen.StringArrayColumnDataDecoder.DataDecoder.ArrayDecoder
- All Implemented Interfaces:
Iterable<StringArrayColumnDataDecoder.DataDecoder.ArrayDecoder>
,Iterator<StringArrayColumnDataDecoder.DataDecoder.ArrayDecoder>
- Enclosing class:
- StringArrayColumnDataDecoder.DataDecoder
public static class StringArrayColumnDataDecoder.DataDecoder.ArrayDecoder extends Object implements Iterable<StringArrayColumnDataDecoder.DataDecoder.ArrayDecoder>, Iterator<StringArrayColumnDataDecoder.DataDecoder.ArrayDecoder>
-
Field Summary
Fields Modifier and Type Field Description static int
HEADER_SIZE
-
Constructor Summary
Constructors Constructor Description ArrayDecoder()
-
Method Summary
-
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<StringArrayColumnDataDecoder.DataDecoder.ArrayDecoder>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<StringArrayColumnDataDecoder.DataDecoder.ArrayDecoder>
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<StringArrayColumnDataDecoder.DataDecoder.ArrayDecoder>
-
next
- Specified by:
next
in interfaceIterator<StringArrayColumnDataDecoder.DataDecoder.ArrayDecoder>
-
isNullId
public static int isNullId() -
isNullSinceVersion
public static int isNullSinceVersion() -
isNullEncodingOffset
public static int isNullEncodingOffset() -
isNullEncodingLength
public static int isNullEncodingLength() -
isNullMetaAttribute
-
isNull
-
valueId
public static int valueId() -
valueSinceVersion
public static int valueSinceVersion() -
valueCharacterEncoding
-
valueMetaAttribute
-
valueHeaderLength
public static int valueHeaderLength() -
valueLength
public int valueLength() -
getValue
public int getValue(org.agrona.MutableDirectBuffer dst, int dstOffset, int length) -
getValue
public int getValue(byte[] dst, int dstOffset, int length) -
value
-
toString
-
appendTo
-