| 类 | 说明 |
|---|---|
| Base64OutputStream |
Provides a mechanism to accept and Base64 encode bytes into
chars which will be flushed to the provided writer as the
internal buffer fills.
|
| ByteArrayOutputStream |
This class implements an output stream in which the data is
written into a byte array.
|
| DeferredFileOutputStream |
An output stream which will retain data in memory until a specified
threshold is reached, and only then commit it to disk.
|
| StringBuilderWriter |
Writer implementation that outputs to a StringBuilder. |
| ThresholdingOutputStream |
An output stream which triggers an event when a specified number of bytes of
data have been written to it.
|
| WriterOutputStream |
使用OutputStream输出Writer的工具类
|
Copyright © 2021–2022. All rights reserved.