| Class | Description |
|---|---|
| NonClosingInputStream |
An delegating input stream that does nothing when being closed.
|
| NonClosingOutputStream |
An delegating output stream that does not close but flush the delegate output stream.
|
| UnclosableInputStream |
A delegating input stream that throws an exception when closed.
|
| UnclosableOutputStream |
A delegating output stream that throws an exception when closed.
|
Copyright © 2020. All rights reserved.