| 类 | 说明 |
|---|---|
| BufferedInputStream | |
| ByteArrayOutputStream |
This class implements an output stream in which the data is
written into a byte array.
|
| ByteBufferInputStream | |
| ClosedInputStream |
Closed input stream.
|
| DelimiterBasedReadableByteChannel | |
| NullOutputStream |
This OutputStream writes all data to the famous /dev/null.
|
| RewindableInputStream | |
| StringBuilderWriter |
Writer implementation that outputs to a StringBuilder. |
Copyright © 2022. All rights reserved.