public class BASE32 extends Object implements TextEncode
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
BASE32.Type |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static BASE32.Type |
BASE32 |
static BASE32.Type |
BASE32HEX |
static BASE32.Type |
Bech32 |
| コンストラクタと説明 |
|---|
BASE32() |
BASE32(BASE32.Type type) |
BASE32(String code)
いろいろありそうなので特殊な配置用.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
byte[] |
decode(String src)
BESE32デコード.
|
BigBitPacket |
decodePacket(String src)
チェックサム付きのBash32デコード用.
|
String |
encode(byte[] src,
int offset,
int length)
BASE32エンコード.
|
char[] |
encodeToChar(byte[] src,
int offset,
int length)
BASE32エンコード char[] 版.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecodeMap, encodepublic static final BASE32.Type BASE32
public static final BASE32.Type BASE32HEX
public static final BASE32.Type Bech32
public BASE32()
public BASE32(BASE32.Type type)
public BASE32(String code)
code - 並びパターン ASCII32文字public String encode(byte[] src, int offset, int length)
encode インタフェース内 TextEncodesrc - バイト列offset - 位置length - 長さpublic char[] encodeToChar(byte[] src,
int offset,
int length)
src - データoffset - 位置length - サイズpublic byte[] decode(String src)
decode インタフェース内 TextEncodesrc - BASE32public BigBitPacket decodePacket(String src)
src - Copyright © 2024. All rights reserved.