public static class StaticInfoDecoder.ModelParamNamesDecoder extends java.lang.Object implements java.lang.Iterable<StaticInfoDecoder.ModelParamNamesDecoder>, java.util.Iterator<StaticInfoDecoder.ModelParamNamesDecoder>
| Constructor and Description |
|---|
ModelParamNamesDecoder() |
| Modifier and Type | Method and Description |
|---|---|
int |
actingBlockLength() |
java.lang.StringBuilder |
appendTo(java.lang.StringBuilder builder) |
int |
count() |
int |
getModelParamNames(byte[] dst,
int dstOffset,
int length) |
int |
getModelParamNames(org.agrona.MutableDirectBuffer dst,
int dstOffset,
int length) |
boolean |
hasNext() |
java.util.Iterator<StaticInfoDecoder.ModelParamNamesDecoder> |
iterator() |
java.lang.String |
modelParamNames() |
static java.lang.String |
modelParamNamesCharacterEncoding() |
static int |
modelParamNamesHeaderLength() |
static int |
modelParamNamesId() |
int |
modelParamNamesLength() |
static java.lang.String |
modelParamNamesMetaAttribute(MetaAttribute metaAttribute) |
StaticInfoDecoder.ModelParamNamesDecoder |
next() |
void |
remove() |
static int |
sbeBlockLength() |
static int |
sbeHeaderSize() |
java.lang.String |
toString() |
void |
wrap(StaticInfoDecoder parentMessage,
org.agrona.DirectBuffer buffer) |
public void wrap(StaticInfoDecoder parentMessage, org.agrona.DirectBuffer buffer)
public static int sbeHeaderSize()
public static int sbeBlockLength()
public int actingBlockLength()
public int count()
public java.util.Iterator<StaticInfoDecoder.ModelParamNamesDecoder> iterator()
iterator in interface java.lang.Iterable<StaticInfoDecoder.ModelParamNamesDecoder>public void remove()
remove in interface java.util.Iterator<StaticInfoDecoder.ModelParamNamesDecoder>public boolean hasNext()
hasNext in interface java.util.Iterator<StaticInfoDecoder.ModelParamNamesDecoder>public StaticInfoDecoder.ModelParamNamesDecoder next()
next in interface java.util.Iterator<StaticInfoDecoder.ModelParamNamesDecoder>public static int modelParamNamesId()
public static java.lang.String modelParamNamesCharacterEncoding()
public static java.lang.String modelParamNamesMetaAttribute(MetaAttribute metaAttribute)
public static int modelParamNamesHeaderLength()
public int modelParamNamesLength()
public int getModelParamNames(org.agrona.MutableDirectBuffer dst,
int dstOffset,
int length)
public int getModelParamNames(byte[] dst,
int dstOffset,
int length)
public java.lang.String modelParamNames()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder appendTo(java.lang.StringBuilder builder)