| 接口 | 说明 |
|---|---|
| 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.
|
| 类 | 说明 |
|---|---|
| Base64 |
Provides Base64 encoding and decoding as defined by RFC 2045.
|
| Base64Utils | |
| BaseNCodec |
Abstract superclass for Base-N encoders and decoders.
|
| ByteArrayUtils | |
| HexUtils | |
| HuffmanCodec<T> | |
| HuffmanCodec.BitBuilder | |
| HuffmanCodec.HuffmanCode | |
| HuffmanCodec.HuffmanLeaf<T> | |
| HuffmanCodec.HuffmanNode<T> | |
| HuffmanCodec.HuffmanTree<T> | |
| NumberProcessUtils |
| 异常错误 | 说明 |
|---|---|
| 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 © 2016. All rights reserved.