| Class | Description |
|---|---|
| Base64InputStream |
A slight spin on the standard ByteArrayInputStream.
|
| Base64OutputStreamWriter |
Provides a mechanism to accept and Base64 encode bytes into
chars which will be flushed to the provided writer as the
internal buffer fills.
|
| FastStringWriter |
This is based on
StringWriter but backed by a
StringBuilder instead. |
Copyright © 2010–2018 JBoss by Red Hat. All rights reserved.