See: Description
Class | Description |
---|---|
Base64 |
Provides Base64 encoding and decoding as defined by RFC 2045.
|
Base64InputStream |
Provides Base64 encoding and decoding in a streaming fashion (unlimited size).
|
Base64OutputStream |
Provides Base64 encoding and decoding in a streaming fashion (unlimited size).
|
BinaryCodec |
Translates between byte arrays and strings of "0"s and "1"s.
|
Hex |
Hex encoder and decoder.
|
StringUtils |
Converts String to and from bytes using the encodings required by the Java specification.
|
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.