Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static class: RT.KitchenSink.Streams.ReversePolarityStream

Summary

Provides functionality to create a stream object that has reading and writing reversed.

Static methods

Stream
CreateFromWriter(Action<Stream> writer)
Runs the specified process in a new thread and allows it to generate data by writing it to a stream, while returning a stream that can be used to consume the data by reading from it.