Package io.deephaven.sbe.standalone.gen
Class StringColumnDataDecoder.DataDecoder
java.lang.Object
io.deephaven.sbe.standalone.gen.StringColumnDataDecoder.DataDecoder
- All Implemented Interfaces:
Iterable<StringColumnDataDecoder.DataDecoder>
,Iterator<StringColumnDataDecoder.DataDecoder>
- Enclosing class:
- StringColumnDataDecoder
public static class StringColumnDataDecoder.DataDecoder
extends Object
implements Iterable<StringColumnDataDecoder.DataDecoder>, Iterator<StringColumnDataDecoder.DataDecoder>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
appendTo
(StringBuilder builder) int
count()
int
getValue
(byte[] dst, int dstOffset, int length) int
getValue
(org.agrona.MutableDirectBuffer dst, int dstOffset, int length) boolean
hasNext()
isNull()
static int
static int
static int
isNullId()
static String
isNullMetaAttribute
(MetaAttribute metaAttribute) static int
iterator()
next()
void
remove()
static int
static int
toString()
value()
static String
static int
static int
valueId()
int
static String
valueMetaAttribute
(MetaAttribute metaAttribute) static int
void
wrap
(StringColumnDataDecoder parentMessage, org.agrona.DirectBuffer buffer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
HEADER_SIZE
public static final int HEADER_SIZE- See Also:
-
-
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<StringColumnDataDecoder.DataDecoder>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<StringColumnDataDecoder.DataDecoder>
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<StringColumnDataDecoder.DataDecoder>
-
next
- Specified by:
next
in interfaceIterator<StringColumnDataDecoder.DataDecoder>
-
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
-