DelimitedReadStreamDecorator
Wraps a stream so that data can be read until a predefined sequence of bytes is detected. Does NOT dispose of the wrapped stream.
Indicates whether or not this stream has reached its delimiter.
Initializes a new instance of DelimitedReadStreamDecorator with the provided backing stream and delimiter.