| Class | Description |
|---|---|
| BufferReadStream |
A
ReadStream that reads from a buffer |
| BufferWriteStream |
A
WriteStream that collects all written data in a Buffer |
| DelegateChunkReadStream |
A simple read stream for chunks.
|
| DelegateReadStream<T> |
A ReadStream that delegates to another one
|
| GzipReadStream |
A
ReadStream that delegates to another one but decompresses all
data with GZIP. |
| InputStreamReadStream |
Transforms an
InputStream to a ReadStream |
| RxGzipReadStream |
A
ReadStream that delegates to another one but decompresses all
data with GZIP. |