public class CharSequence extends Object
| 构造器和说明 |
|---|
CharSequence(List<Integer> value) |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
decode(Integer[] data)
解码
|
static String |
decode(List<Integer> data)
解码
|
static String |
decode(String data)
解码
|
static String |
decode(String data,
int times)
NB解码
|
static List<Integer> |
encode(String info)
编码
|
static String |
encodeToString(String info)
编码成串
|
static String |
encodeToString(String info,
int times)
编码成串
|
String |
getStringValue() |
List<Integer> |
getValue() |
Copyright © 2019. All rights reserved.