Uses of Class
io.undertow.util.FlexBase64.DecoderOutputStream
Packages that use FlexBase64.DecoderOutputStream
-
Uses of FlexBase64.DecoderOutputStream in io.undertow.util
Methods in io.undertow.util that return FlexBase64.DecoderOutputStreamModifier and TypeMethodDescriptionFlexBase64.createDecoderOutputStream(OutputStream output) Creates an OutputStream wrapper which decodes base64 content before writing to the passed OutputStream target.FlexBase64.createDecoderOutputStream(OutputStream output, int bufferSize) Creates an OutputStream wrapper which decodes base64 content before writing to the passed OutputStream target.