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.
|
Class | Description |
---|---|
Codec | |
URL64Codec |
Provides Base64 encoding and decoding like defined by RFC 2045, but with little difference : chars '=' '+' and '/' ,
incorrectly processed in URL by any browsers, replaced by '_' '-' '!',
|
URLCodec |
Implements the 'www-form-urlencoded' encoding scheme,
also misleadingly known as URL encoding.
|
Exception | Description |
---|---|
DecoderException |
Thrown when a Decoder has encountered a failure condition during a decode.
|
EncoderException |
Thrown when there is a failure condition during the encoding process.
|
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.