Package | Description |
---|---|
io.undertow.util |
Modifier and Type | Method and Description |
---|---|
static FlexBase64.DecoderOutputStream | FlexBase64.createDecoderOutputStream(OutputStream output) Creates an OutputStream wrapper which decodes base64 content before writing to the passed OutputStream target. |
static FlexBase64.DecoderOutputStream | FlexBase64.createDecoderOutputStream(OutputStream output, int bufferSize) Creates an OutputStream wrapper which decodes base64 content before writing to the passed OutputStream target. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.