Namespace Fluxzy.Misc.Streams
Classes
- ChunkedTransferReadStream
A stream that read chunked transfer encoding
- ChunkedTransferWriteStream
A stream that write chunked transfer encoding
- CombinedReadonlyStream
Combine multiple streams into one, this stream is readonly
- ContentBoundStream
Convert an existing stream to a substream with max length
- DebugFileStream
Used to dump a stream to file.
- DispatchStream
Read stream and dispatch read bytes to listener streams
- EmptyWriteStream
A stream that does nothing when written to.
- MetricsStream
Provides a stream that expose read events
- SearchStream
Search byte sequence in a stream for relatively small input. Note : A buffer with twice the size of searchPattern is allocated.