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