| 修飾子とタイプ | メソッドと説明 |
|---|---|
byte[] |
decode(String encoded)
テキストからバイト列を復号する.
|
default Map<String,Object> |
decodeMap(String base64)
ヘッダなど付加データを別で持つものをデコードする場合
key null がデータのよてい
|
default String |
encode(byte[] bytes)
バイト列をテキストに変換する.
|
String |
encode(byte[] bytes,
int offset,
int length)
バイト列をテキストエンコードで符号化する.
|
default String encode(byte[] bytes)
bytes - 元データString encode(byte[] bytes, int offset, int length)
bytes - バイト列offset - 開始位置length - 長さbyte[] decode(String encoded)
encoded - テキストCopyright © 2024. All rights reserved.