| 程序包 | 说明 |
|---|---|
| com.jn.langx.codec | |
| com.jn.langx.codec.base16 | |
| com.jn.langx.codec.base32 | |
| com.jn.langx.codec.base64 |
| 构造器和说明 |
|---|
BaseNCodecInputStream(InputStream in,
BaseNCodec baseNCodec,
boolean doEncode) |
BaseNCodecOutputStream(OutputStream out,
BaseNCodec basedCodec,
boolean doEncode) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Base16
Provides Base16 encoding and decoding.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
Base32
Provides Base32 encoding and decoding as defined by RFC 4648.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
Base64
Provides Base64 encoding and decoding as defined by RFC 2045.
|
Copyright © 2022. All rights reserved.