Class | Description |
---|---|
Base64Converter |
Provides utility methods for Binary <=> Base64 conversion.
|
StreamMaterializer |
Simple static adapter method for converting stream into byte[]
|
TransportableConverter |
Provides utility method for converting between differing transportable types.
|
UTFConverter |
Provides utility methods for Java string <==> UTF-8 conversion.
|
XMLConverter |
Methods for converting to / from regular strings and XML(entity ref)-encoded strings, as well as
HTML-formatted strings.
|
Exception | Description |
---|---|
Base64FormatException |
Special exception type thrown by Base64Converter.
|
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.