| Package | Description |
|---|---|
| biz.onixs.sbe | |
| biz.onixs.util |
| Modifier and Type | Method and Description |
|---|---|
ValuePtr |
VarData.getValuePtr() |
ValuePtr |
IVarData.getValuePtr()
Gets value of variable length data field.
|
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 |
VarData.getValuePtr(ValuePtr value) |
void |
IVarData.getValuePtr(ValuePtr value)
Gets value of variable length data field.
|
boolean |
IFieldSet.tryGetValuePtr(int tag,
ValuePtr ref)
Gets raw field value.
|
| Modifier and Type | Field and Description |
|---|---|
static ValuePtr |
ValuePtr.N
A static, constant instance of
ValuePtr initialized with the string "N". |
static ValuePtr |
ValuePtr.ONE
A static, constant instance of
ValuePtr initialized with the string "1". |
static ValuePtr |
ValuePtr.Y
A static, constant instance of
ValuePtr initialized with the string "Y". |
static ValuePtr |
ValuePtr.ZERO
A static, constant instance of
ValuePtr initialized with the string "0". |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
ByteBuffer.append(ValuePtr value)
Appends the given value to the buffer.
|
int |
ValuePtr.compareTo(ValuePtr o) |
void |
Timestamp.getUtcTimestamp(ValuePtr valuePtr,
boolean withMs) |
Copyright © 2005–2025 Onix Solutions. All rights reserved.