public interface ILoadableCustomComposite
Modifier and Type | Method and Description |
---|---|
void |
load(byte[] data,
int offset)
Load composite from the given byte array starting from the given offset.
|
void |
store(byte[] data,
int offset)
Store composite to the given byte array starting from the given offset.
|
void load(byte[] data, int offset)
data
- Source data.offset
- Starting offset.void store(byte[] data, int offset)
data
- Destination byte array.offset
- Starting offset.Copyright © 2005–2024 Onix Solutions. All rights reserved.