| 接口 | 说明 |
|---|---|
| BinaryCodec | |
| BinaryDecoder |
Defines common decoding methods for byte array decoders.
|
| BinaryEncoder |
Defines common encoding methods for byte array encoders.
|
| Decoder<I,O> |
Provides the highest level of abstraction for Decoders.
|
| Encoder<I,O> |
Provides the highest level of abstraction for Encoders.
|
| ICodec<T> |
| 类 | 说明 |
|---|---|
| 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.
|
| 枚举 | 说明 |
|---|---|
| CodecPolicy |
Defines encoding and decoding policies.
|
| 异常错误 | 说明 |
|---|---|
| CodecException |
Copyright © 2022. All rights reserved.