Package | Description |
---|---|
org.apache.tomcat.util.codec | |
org.apache.tomcat.util.codec.binary |
Base64, Base32, Binary, and Hexadecimal String encoding and decoding.
|
Class and Description |
---|
Decoder
Provides the highest level of abstraction for Decoders.
|
DecoderException
Thrown when there is a failure condition during the decoding process.
|
Encoder
Provides the highest level of abstraction for Encoders.
|
EncoderException
Thrown when there is a failure condition during the encoding process.
|
Class and 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.
|
DecoderException
Thrown when there is a failure condition during the decoding process.
|
Encoder
Provides the highest level of abstraction for Encoders.
|
EncoderException
Thrown when there is a failure condition during the encoding process.
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.