Package org.apache.axiom.util.base64
package org.apache.axiom.util.base64
Contains utility classes to work with base64 encoded data.
-
ClassesClassDescriptionBase class for
Writer
implementations that decode data in base64.Base class forOutputStream
implementations that encode data in base64.Writer
implementation that decodes base64 data and writes it to a anOutputStream
.OutputStream
implementation that writes base64 encoded data to anotherOutputStream
using ASCII encoding.OutputStream
implementation that writes base64 encoded data to aWriter
.Contains utility methods to work with base64 encoded data.