public abstract class CommonDecoderImpl
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected AsciiBuffer |
buffer |
static int |
INCORRECT_DATA_FORMAT_FOR_VALUE |
protected int |
invalidTagId |
protected int |
rejectReason |
| Constructor and Description |
|---|
CommonDecoderImpl() |
| Modifier and Type | Method and Description |
|---|---|
DecimalFloat |
getFloat(AsciiBuffer buffer,
DecimalFloat number,
int offset,
int length,
int tag,
boolean validation) |
DecimalFloat |
getFloatFlyweight(AsciiBuffer buffer,
DecimalFloat number,
int offset,
int length,
int tag,
boolean codecValidationEnabled) |
int |
getInt(AsciiBuffer buffer,
int startInclusive,
int endExclusive,
int tag,
boolean validation) |
int |
getIntFlyweight(AsciiBuffer buffer,
int offset,
int length,
int tag,
boolean validation) |
long |
getLong(AsciiBuffer buffer,
int startInclusive,
int endExclusive,
int tag,
boolean validation) |
long |
getLongFlyweight(AsciiBuffer buffer,
int offset,
int length,
int tag,
boolean validation) |
int |
groupNoField(AsciiBuffer buffer,
int oldValue,
boolean hasField,
int offset,
int length,
int tag,
boolean validation) |
int |
invalidTagId() |
int |
rejectReason() |
public static final int INCORRECT_DATA_FORMAT_FOR_VALUE
protected int invalidTagId
protected int rejectReason
protected AsciiBuffer buffer
public int invalidTagId()
public int rejectReason()
public int getInt(AsciiBuffer buffer, int startInclusive, int endExclusive, int tag, boolean validation)
public long getLong(AsciiBuffer buffer, int startInclusive, int endExclusive, int tag, boolean validation)
public DecimalFloat getFloat(AsciiBuffer buffer, DecimalFloat number, int offset, int length, int tag, boolean validation)
public int getIntFlyweight(AsciiBuffer buffer, int offset, int length, int tag, boolean validation)
public long getLongFlyweight(AsciiBuffer buffer, int offset, int length, int tag, boolean validation)
public int groupNoField(AsciiBuffer buffer, int oldValue, boolean hasField, int offset, int length, int tag, boolean validation)
public DecimalFloat getFloatFlyweight(AsciiBuffer buffer, DecimalFloat number, int offset, int length, int tag, boolean codecValidationEnabled)
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.