| Package | Description |
|---|---|
| org.sellcom.core.io.encoding |
| Modifier and Type | Method | Description |
|---|---|---|
static TtlvExtractor |
Ttlv.parse(byte[] message) |
Returns an extractor of data from the given TTLV-encoded messages.
|
static TtlvExtractor |
Ttlv.parse(byte[] message,
int offset,
int length) |
Returns an extractor of data from the given TTLV-encoded messages.
|