
See: Description
| Interface | Description |
|---|---|
| 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.
|
| StringDecoder |
Defines common decoding methods for String decoders.
|
| StringEncoder |
Defines common encoding methods for String encoders.
|
| Class | Description |
|---|---|
| Base64 |
Provides Base64 encoding and decoding as defined by RFC 2045.
|
| BaseNCodec |
Abstract superclass for Base-N encoders and decoders.
|
| BinaryCodec |
Converts between byte arrays and strings of "0"s and "1"s.
|
| CharEncoding |
Character encoding names required of every implementation of the Java platform.
|
| CharSequenceUtils |
Operations on
CharSequence that are null safe. |
| Charsets |
Charsets required of every implementation of the Java platform.
|
| Hex |
Converts hexadecimal Strings.
|
| StringEncoderComparator |
Compares Strings using a
StringEncoder. |
| StringUtils |
Converts String to and from bytes using the encodings required by the Java specification.
|
| Exception | Description |
|---|---|
| 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 © 2008–2017 MIL-OSS. All rights reserved.