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