| 类 | 说明 |
|---|---|
| AutoCloseInputStream |
Proxy stream that closes and discards the underlying stream as soon as the
end of input has been reached or when the stream is explicitly closed.
|
| AutoCloseReader |
具有自动关闭的输入流
|
| Base64InputStream |
A slight spin on the standard ByteArrayInputStream.
|
| ClosedInputStream |
Closed input stream.
|
| ClosedReader |
Closed reader.
|
| ProxyInputStream |
A Proxy stream which acts as expected, that is it passes the method
calls on to the proxied stream and doesn't change which methods are
being called.
|
| ProxyReader |
A Proxy stream which acts as expected, that is it passes the method
calls on to the proxied stream and doesn't change which methods are
being called.
|
| ReaderInputStream |
InputStream implementation that reads a character stream from a Reader
and transforms it to a byte stream using a specified charset encoding. |
Copyright © 2022–2023. All rights reserved.