All types
|
All members
RT.Util.Core
RT.KitchenSink
RT.KitchenSink.Collections
RT.KitchenSink.Lex
RT.KitchenSink.Streams
Control
Coded
Stream
Peekable
Stream
Reverse
Polarity
Stream
CreateFromWriter
(
writer
)
RT.Util
RT.Util.Collections
RT.Util.Consoles
RT.Util.ExtensionMethods
RT.Util.ExtensionMethods.Obsolete
RT.Util.IL
RT.Util.Paths
RT.Util.Streams
RT.Util.Text
RT.Util.Threading
PuzzleSolvers
RT.CommandLine
RT.Coordinates
RT.Geometry
RT.Json
RT.Lingo.Base
RT.PostBuild
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Static class:
RT.KitchenSink.Streams.
ReversePolarityStream
Assembly:
RT.Util.Core, Version=1.0.0.9999, Culture=neutral, PublicKeyToken=null
Namespace:
RT.KitchenSink.Streams
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.