public static class UpdateDecoder.LayerNamesDecoder extends java.lang.Object implements java.lang.Iterable<UpdateDecoder.LayerNamesDecoder>, java.util.Iterator<UpdateDecoder.LayerNamesDecoder>
Constructor and Description |
---|
LayerNamesDecoder() |
Modifier and Type | Method and Description |
---|---|
int |
actingBlockLength() |
java.lang.StringBuilder |
appendTo(java.lang.StringBuilder builder) |
int |
count() |
int |
getLayerName(byte[] dst,
int dstOffset,
int length) |
int |
getLayerName(org.agrona.MutableDirectBuffer dst,
int dstOffset,
int length) |
boolean |
hasNext() |
java.util.Iterator<UpdateDecoder.LayerNamesDecoder> |
iterator() |
java.lang.String |
layerName() |
static java.lang.String |
layerNameCharacterEncoding() |
static int |
layerNameHeaderLength() |
static int |
layerNameId() |
int |
layerNameLength() |
static java.lang.String |
layerNameMetaAttribute(MetaAttribute metaAttribute) |
UpdateDecoder.LayerNamesDecoder |
next() |
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.LayerNamesDecoder> iterator()
iterator
in interface java.lang.Iterable<UpdateDecoder.LayerNamesDecoder>
public void remove()
remove
in interface java.util.Iterator<UpdateDecoder.LayerNamesDecoder>
public boolean hasNext()
hasNext
in interface java.util.Iterator<UpdateDecoder.LayerNamesDecoder>
public UpdateDecoder.LayerNamesDecoder next()
next
in interface java.util.Iterator<UpdateDecoder.LayerNamesDecoder>
public static int layerNameId()
public static java.lang.String layerNameCharacterEncoding()
public static java.lang.String layerNameMetaAttribute(MetaAttribute metaAttribute)
public static int layerNameHeaderLength()
public int layerNameLength()
public int getLayerName(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)
public int getLayerName(byte[] dst, int dstOffset, int length)
public java.lang.String layerName()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.StringBuilder appendTo(java.lang.StringBuilder builder)