Package | Description |
---|---|
io.undertow.util |
Modifier and Type | Method | Description |
---|---|---|
static FlexBase64.EncoderOutputStream |
FlexBase64.createEncoderOutputStream(OutputStream output) |
Creates an OutputStream wrapper which base64 encodes and writes to the passed OutputStream target.
|
static FlexBase64.EncoderOutputStream |
FlexBase64.createEncoderOutputStream(OutputStream target,
int bufferSize,
boolean wrap) |
Creates an OutputStream wrapper which base64 encodes and writes to the passed OutputStream target.
|
Copyright © 2018. All rights reserved.