public static class UpdateDecoder.LayerNamesDecoder extends Object implements Iterable<UpdateDecoder.LayerNamesDecoder>, Iterator<UpdateDecoder.LayerNamesDecoder>
| Constructor and Description |
|---|
LayerNamesDecoder() |
| Modifier and Type | Method and Description |
|---|---|
int |
actingBlockLength() |
StringBuilder |
appendTo(StringBuilder builder) |
int |
count() |
int |
getLayerName(byte[] dst,
int dstOffset,
int length) |
int |
getLayerName(org.agrona.MutableDirectBuffer dst,
int dstOffset,
int length) |
boolean |
hasNext() |
Iterator<UpdateDecoder.LayerNamesDecoder> |
iterator() |
String |
layerName() |
static String |
layerNameCharacterEncoding() |
static int |
layerNameHeaderLength() |
static int |
layerNameId() |
int |
layerNameLength() |
static String |
layerNameMetaAttribute(MetaAttribute metaAttribute) |
UpdateDecoder.LayerNamesDecoder |
next() |
void |
remove() |
static int |
sbeBlockLength() |
static int |
sbeHeaderSize() |
String |
toString() |
void |
wrap(UpdateDecoder parentMessage,
org.agrona.DirectBuffer buffer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorforEachRemainingpublic void wrap(UpdateDecoder parentMessage, org.agrona.DirectBuffer buffer)
public static int sbeHeaderSize()
public static int sbeBlockLength()
public int actingBlockLength()
public int count()
public Iterator<UpdateDecoder.LayerNamesDecoder> iterator()
iterator in interface Iterable<UpdateDecoder.LayerNamesDecoder>public void remove()
remove in interface Iterator<UpdateDecoder.LayerNamesDecoder>public boolean hasNext()
hasNext in interface Iterator<UpdateDecoder.LayerNamesDecoder>public UpdateDecoder.LayerNamesDecoder next()
next in interface Iterator<UpdateDecoder.LayerNamesDecoder>public static int layerNameId()
public static String layerNameCharacterEncoding()
public static 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 String layerName()
public StringBuilder appendTo(StringBuilder builder)
Copyright © 2019. All rights reserved.