| 接口 | 说明 |
|---|---|
| BinaryDecoder |
Defines common decoding methods for byte array decoders.
|
| BinaryEncoder |
Defines common encoding methods for byte array encoders.
|
| Decoder |
Provides the highest level of abstraction for Decoders.
|
| Encoder |
Provides the highest level of abstraction for Encoders.
|
| 类 | 说明 |
|---|---|
| BaseNCodec |
Abstract superclass for Base-N encoders and decoders.
|
| BaseNCodec.Context |
Holds thread context so classes can be thread-safe.
|
| BaseNCodecInputStream |
Abstract superclass for Base-N input streams.
|
| BaseNCodecOutputStream |
Abstract superclass for Base-N output streams.
|
| Hex |
Converts hexadecimal Strings.
|
| 异常错误 | 说明 |
|---|---|
| DecoderException |
Thrown when there is a failure condition during the decoding process.
|
| EncoderException |
Thrown when there is a failure condition during the encoding process.
|
Copyright © 2021. All rights reserved.