Uses of Class
org.codehaus.stax2.ri.typed.StringBase64Decoder
-
Packages that use StringBase64Decoder Package Description org.codehaus.stax2.ri Package that contains a skeletal reference implementation of Stax2 API, as well as some utility/helper classes that can be useful in building one.org.codehaus.stax2.ri.dom -
-
Uses of StringBase64Decoder in org.codehaus.stax2.ri
Fields in org.codehaus.stax2.ri declared as StringBase64Decoder Modifier and Type Field Description protected StringBase64Decoder
Stax2ReaderAdapter. _base64Decoder
Lazily-constructed decoder object for decoding base64 encoded binary content.Methods in org.codehaus.stax2.ri that return StringBase64Decoder Modifier and Type Method Description protected StringBase64Decoder
Stax2ReaderAdapter. _base64Decoder()
-
Uses of StringBase64Decoder in org.codehaus.stax2.ri.dom
Fields in org.codehaus.stax2.ri.dom declared as StringBase64Decoder Modifier and Type Field Description protected StringBase64Decoder
DOMWrappingReader. _base64Decoder
Lazily-constructed decoder object for decoding base64 encoded binary content.Methods in org.codehaus.stax2.ri.dom that return StringBase64Decoder Modifier and Type Method Description protected StringBase64Decoder
DOMWrappingReader. _base64Decoder()
-