Stream
Table of Contents
Interfaces
- ReadOnceResultStream
- Marker for ResultStream that can be read only once.
- RequestStream
- Provides method to convert a input into string or chunks.
- ResultStream
- Stream for a Result.
Classes
- FixedSizeStream
- A Stream decorator that return Chunk with the same exact size.
- IterableStream
- Convert an iterator into a Stream.
- ResponseBodyResourceStream
- Provides a ResultStream from a resource filled by an HTTP response body.
- ResponseBodyStream
- Stream a HTTP response body.
- RewindableStream
- Provides a Stream that can be read several time.
- StreamFactory
- Create Streams.