| Interface | Description |
|---|---|
| ByteSource |
A
ByteSource wraps a byte array and provides additional encoding operations. |
| ByteSourceCreator |
| Class | Description |
|---|---|
| ByteSource.CreatorInitializer | |
| CodecSupport |
Base abstract class that provides useful encoding and decoding operations, especially for character data.
|
| DefaultByteSource |
Very simple
ByteSource implementation that maintains an internal byte[] array and uses the
Hex and Base64 codec classes to support the
toHex() and toBase64() implementations. |
| DefaultByteSourceCreator | |
| Hex |
Hexadecimal encoder and decoder.
|
| Exception | Description |
|---|---|
| CodecException |
Root exception related to issues during encoding or decoding.
|
Copyright © 2014–2018. All rights reserved.