public class BASE58 extends Object implements TextEncode
| 修飾子とタイプ | メソッドと説明 |
|---|---|
byte[] |
decode(String encoded)
テキストからバイト列を復号する.
|
String |
encode(byte[] bytes,
int offset,
int length)
BASE58 符号化
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecodeMap, encodepublic BASE58()
public BASE58(String code)
code - 符号に使用するASCII文字列 code 127まで サロゲートペア未public String encode(byte[] bytes, int offset, int length)
encode インタフェース内 TextEncodebytes - 元データoffset - 符号化開始位置length - サイズpublic byte[] decode(String encoded)
TextEncodedecode インタフェース内 TextEncodeencoded - テキストCopyright © 2024. All rights reserved.