Package | Description |
---|---|
io.undertow.util |
Modifier and Type | Method and 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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.