Class Base62Decoder
java.lang.Object
org.miaixz.bus.core.codec.binary.decoder.Base62Decoder
- All Implemented Interfaces:
Decoder<byte[],byte[]>
Base62解码器
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Base62DecoderGMP风格解码器static Base62Decoder反转风格,即将GMP风格中的大小写做转换解码器 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GMP_DECODER
GMP风格解码器 -
INVERTED_DECODER
反转风格,即将GMP风格中的大小写做转换解码器
-
-
Constructor Details
-
Base62Decoder
public Base62Decoder(byte[] alphabet) 构造- Parameters:
alphabet- 字母表
-
-
Method Details