Package | Description |
---|---|
biz.onixs.sbe | |
biz.onixs.util |
Modifier and Type | Method and Description |
---|---|
ValuePtr |
IVarData.getValuePtr()
Gets value of variable length data field.
|
ValuePtr |
VarData.getValuePtr() |
ValuePtr |
IFieldSet.getValuePtr(int tag)
Gets raw field value by tag.
|
static ValuePtr |
Convert.toValuePtr(byte value)
Converts byte to ValuePtr.
|
static ValuePtr |
Convert.toValuePtr(char value)
Converts char to ValuePtr.
|
static ValuePtr |
Convert.toValuePtr(int value)
Converts int to ValuePtr.
|
static ValuePtr |
Convert.toValuePtr(long value)
Converts long to ValuePtr.
|
static ValuePtr |
Convert.toValuePtr(short value)
Converts short to ValuePtr.
|
static ValuePtr |
Convert.toValuePtr(String value)
Converts String to ValuePtr.
|
Modifier and Type | Method and Description |
---|---|
void |
IVarData.getValuePtr(ValuePtr value)
Gets value of variable length data field.
|
void |
VarData.getValuePtr(ValuePtr value) |
boolean |
IFieldSet.tryGetValuePtr(int tag,
ValuePtr ref)
Gets raw field value.
|
Modifier and Type | Field and Description |
---|---|
static ValuePtr |
ValuePtr.N
Value pointer to a byte array encoded from string "N".
|
static ValuePtr |
ValuePtr.ONE
Value pointer to a byte array encoded from string "1".
|
static ValuePtr |
ValuePtr.Y
Value pointer to a byte array encoded from string "Y".
|
static ValuePtr |
ValuePtr.ZERO
Value pointer to a byte array encoded from string "0".
|
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
ByteBuffer.append(ValuePtr value)
Appends bytes taken from value pointer to byte buffer.
|
void |
Timestamp.getUtcTimestamp(ValuePtr valuePtr,
boolean withMs) |
Copyright © 2005–2024 Onix Solutions. All rights reserved.