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
- 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.
- SimpleHtmlTagOpeningMatcher
A trivial state-machine to detect opening tag in html. Used essentially to detect the header tag
Structs
Interfaces
- IBinaryMatcher
Low level specification used to find a specific byte sequence in a buffer