public static class UpdateDecoder.ParamNamesDecoder extends java.lang.Object implements java.lang.Iterable<UpdateDecoder.ParamNamesDecoder>, java.util.Iterator<UpdateDecoder.ParamNamesDecoder>
| Constructor and Description |
|---|
ParamNamesDecoder() |
| Modifier and Type | Method and Description |
|---|---|
int |
actingBlockLength() |
java.lang.StringBuilder |
appendTo(java.lang.StringBuilder builder) |
int |
count() |
int |
getParamName(byte[] dst,
int dstOffset,
int length) |
int |
getParamName(org.agrona.MutableDirectBuffer dst,
int dstOffset,
int length) |
boolean |
hasNext() |
java.util.Iterator<UpdateDecoder.ParamNamesDecoder> |
iterator() |
UpdateDecoder.ParamNamesDecoder |
next() |
java.lang.String |
paramName() |
static java.lang.String |
paramNameCharacterEncoding() |
static int |
paramNameHeaderLength() |
static int |
paramNameId() |
int |
paramNameLength() |
static java.lang.String |
paramNameMetaAttribute(MetaAttribute metaAttribute) |
void |
remove() |
static int |
sbeBlockLength() |
static int |
sbeHeaderSize() |
java.lang.String |
toString() |
void |
wrap(UpdateDecoder parentMessage,
org.agrona.DirectBuffer buffer) |
public void wrap(UpdateDecoder parentMessage, org.agrona.DirectBuffer buffer)
public static int sbeHeaderSize()
public static int sbeBlockLength()
public int actingBlockLength()
public int count()
public java.util.Iterator<UpdateDecoder.ParamNamesDecoder> iterator()
iterator in interface java.lang.Iterable<UpdateDecoder.ParamNamesDecoder>public void remove()
remove in interface java.util.Iterator<UpdateDecoder.ParamNamesDecoder>public boolean hasNext()
hasNext in interface java.util.Iterator<UpdateDecoder.ParamNamesDecoder>public UpdateDecoder.ParamNamesDecoder next()
next in interface java.util.Iterator<UpdateDecoder.ParamNamesDecoder>public static int paramNameId()
public static java.lang.String paramNameCharacterEncoding()
public static java.lang.String paramNameMetaAttribute(MetaAttribute metaAttribute)
public static int paramNameHeaderLength()
public int paramNameLength()
public int getParamName(org.agrona.MutableDirectBuffer dst,
int dstOffset,
int length)
public int getParamName(byte[] dst,
int dstOffset,
int length)
public java.lang.String paramName()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder appendTo(java.lang.StringBuilder builder)