Uses of Class
org.apache.axiom.util.base64.AbstractBase64DecodingWriter
Packages that use AbstractBase64DecodingWriter
Package
Description
Contains utility classes to work with base64 encoded data.
-
Uses of AbstractBase64DecodingWriter in org.apache.axiom.util.base64
Subclasses of AbstractBase64DecodingWriter in org.apache.axiom.util.base64Modifier and TypeClassDescriptionclass
Writer
implementation that decodes base64 data and writes it to a anOutputStream
.