Package | Description |
---|---|
io.undertow.util |
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.
|
Copyright © 2018. All rights reserved.