public interface IVarData
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Gets value of variable length data field.
|
int |
getEndOfVarDataOffset()
Returns offset of the last byte of the repeating group data in underlying data array.
|
int |
getSize()
Returns length of variable length data.
|
ValuePtr |
getValuePtr()
Gets value of variable length data field.
|
void |
getValuePtr(ValuePtr value)
Gets value of variable length data field.
|
void |
load(byte[] data,
int offset,
int size,
int version)
Loads header fields.
|
void |
setData(byte[] data)
Sets value of variable length data field.
|
String |
toString()
String presentation of the data.
|
byte[] getData()
void setData(byte[] data)
data
- value of variable length data field.ValuePtr getValuePtr()
void getValuePtr(ValuePtr value)
value
- object which will contain reference to the field data.int getEndOfVarDataOffset()
int getSize()
void load(byte[] data, int offset, int size, int version)
data
- byte array, which contains field set dataoffset
- field set offset in the buffersize
- size of the buffer, available for fieldversion
- version of the field in the schemaCopyright © 2005–2024 Onix Solutions. All rights reserved.