public final class TLVUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static Integer |
ID_WORD_COUNT |
static Integer |
VALUE_LENGTH_WORD_COUNT |
| Modifier and Type | Method and Description |
|---|---|
static String |
chunk(String source,
Integer from) |
static String |
valueOf(String source) |
static String |
valueOf(String source,
Integer from) |
static Integer |
valueOfLength(String source) |
static Integer |
valueOfLength(String source,
Integer from) |
static String |
valueOfTag(String source) |
static String |
valueOfTag(String source,
Integer from) |
Copyright © 2020–2021 com.github.mvallim. All rights reserved.