Uses of Class
org.codehaus.stax2.ri.typed.CharArrayBase64Decoder
-
Packages that use CharArrayBase64Decoder Package Description com.ctc.wstx.sr This package contains supporting code for handling namespace information; element stacks that keep track of elements parsed and such.com.ctc.wstx.util Contains utility classes that are not directly Woodstox specific, but are for now only used by Woodstox. -
-
Uses of CharArrayBase64Decoder in com.ctc.wstx.sr
Fields in com.ctc.wstx.sr declared as CharArrayBase64Decoder Modifier and Type Field Description protected CharArrayBase64DecoderTypedStreamReader. _base64DecoderLazily-constructed decoder object for decoding base64 encoded element binary content.Methods in com.ctc.wstx.sr that return CharArrayBase64Decoder Modifier and Type Method Description protected CharArrayBase64DecoderTypedStreamReader. _base64Decoder()Methods in com.ctc.wstx.sr with parameters of type CharArrayBase64Decoder Modifier and Type Method Description byte[]AttributeCollector. decodeBinary(int index, Base64Variant v, CharArrayBase64Decoder dec, InputProblemReporter rep) -
Uses of CharArrayBase64Decoder in com.ctc.wstx.util
Methods in com.ctc.wstx.util with parameters of type CharArrayBase64Decoder Modifier and Type Method Description voidTextBuffer. initBinaryChunks(Base64Variant v, CharArrayBase64Decoder dec, boolean firstChunk)Method that needs to be called to configure given base64 decoder with textual contents collected by this buffer.
-