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 © 2002-2013 Oracle America, Inc. All Rights Reserved.