| Class | Description |
|---|---|
| DelegatingInputStream | |
| SequentialInputStream |
An
InputStream that allows appending data to the stream.The stream will block if no data is available until new data is appended or the stream is closed. To ensure thread safety, all methods are synchronized internally. |
| StreamPipe |