Uses of Class
io.undertow.util.FlexBase64.DecoderInputStream
-
Packages that use FlexBase64.DecoderInputStream Package Description io.undertow.util -
-
Uses of FlexBase64.DecoderInputStream in io.undertow.util
Methods in io.undertow.util that return FlexBase64.DecoderInputStream Modifier and Type Method Description static FlexBase64.DecoderInputStream
FlexBase64. createDecoderInputStream(InputStream source)
Creates an InputStream wrapper which decodes a base64 input source into the decoded content as it is read, until the source hits EOF.static FlexBase64.DecoderInputStream
FlexBase64. createDecoderInputStream(InputStream source, int bufferSize)
Creates an InputStream wrapper which decodes a base64 input source into the decoded content as it is read, until the source hits EOF.
-