Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Namespace: RT.KitchenSink.Streams

Assembly: RT.Util.Core
Implements a stream which enables control codes to be read from or written to the underlying stream at certain points. This stream handles encoding and decoding the control codes and ensuring they are distinguishable from the payload data. See Remarks. (see also remarks)
Implements a stream that exposes methods to transparently peek at the bytes that would be read by a call to PeekableStream.Read(byte[], int, int), without affecting the actual outcome of future calls to standard Stream methods. See Remarks for further info. (see also remarks)
Provides functionality to create a stream object that has reading and writing reversed.