@Generated(value="uk.co.real_logic.artio")
public class InstrumentEncoder
extends java.lang.Object
| Constructor and Description |
|---|
InstrumentEncoder() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
appendTo(java.lang.StringBuilder builder) |
java.lang.StringBuilder |
appendTo(java.lang.StringBuilder builder,
int level) |
InstrumentEncoder |
copyTo(uk.co.real_logic.artio.builder.Encoder encoder) |
InstrumentEncoder |
copyTo(InstrumentEncoder encoder) |
int |
encode(uk.co.real_logic.artio.util.MutableAsciiBuffer buffer,
int offset) |
boolean |
hasSymbol() |
void |
reset() |
void |
resetSymbol() |
org.agrona.MutableDirectBuffer |
symbol() |
InstrumentEncoder |
symbol(org.agrona.AsciiSequenceView value) |
InstrumentEncoder |
symbol(byte[] value) |
InstrumentEncoder |
symbol(byte[] value,
int length) |
InstrumentEncoder |
symbol(byte[] value,
int offset,
int length) |
InstrumentEncoder |
symbol(char[] value) |
InstrumentEncoder |
symbol(char[] value,
int length) |
InstrumentEncoder |
symbol(char[] value,
int offset,
int length) |
InstrumentEncoder |
symbol(java.lang.CharSequence value) |
InstrumentEncoder |
symbol(org.agrona.DirectBuffer value) |
InstrumentEncoder |
symbol(org.agrona.DirectBuffer value,
int length) |
InstrumentEncoder |
symbol(org.agrona.DirectBuffer value,
int offset,
int length) |
InstrumentEncoder |
symbolAsCopy(byte[] value,
int offset,
int length) |
java.lang.String |
symbolAsString() |
java.lang.String |
toString() |
public InstrumentEncoder symbol(org.agrona.DirectBuffer value, int offset, int length)
public InstrumentEncoder symbol(org.agrona.DirectBuffer value, int length)
public InstrumentEncoder symbol(org.agrona.DirectBuffer value)
public InstrumentEncoder symbol(byte[] value, int offset, int length)
public InstrumentEncoder symbolAsCopy(byte[] value, int offset, int length)
public InstrumentEncoder symbol(byte[] value, int length)
public InstrumentEncoder symbol(byte[] value)
public boolean hasSymbol()
public org.agrona.MutableDirectBuffer symbol()
public java.lang.String symbolAsString()
public InstrumentEncoder symbol(java.lang.CharSequence value)
public InstrumentEncoder symbol(org.agrona.AsciiSequenceView value)
public InstrumentEncoder symbol(char[] value)
public InstrumentEncoder symbol(char[] value, int length)
public InstrumentEncoder symbol(char[] value, int offset, int length)
public int encode(uk.co.real_logic.artio.util.MutableAsciiBuffer buffer,
int offset)
public void reset()
public void resetSymbol()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder appendTo(java.lang.StringBuilder builder)
public java.lang.StringBuilder appendTo(java.lang.StringBuilder builder,
int level)
public InstrumentEncoder copyTo(uk.co.real_logic.artio.builder.Encoder encoder)
public InstrumentEncoder copyTo(InstrumentEncoder encoder)
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.