Salmon
Loading...
Searching...
No Matches
Mku.Streams Namespace Reference

Streams, wrappers, and pipe adapters. More...

Classes

class  BlockingInputOutputAdapterStream
 Adapter stream pipes a write stream to a read stream. The InputStream.Read() method will block until there are data written with BlockingInputOutputAdapterStream.Write(). More...
 
class  Buffer
 Buffer that can be used for buffered streams. More...
 
class  InputStreamWrapper
 InputStream wrapper for RandomAccessStream. Use this class to wrap any RandomAccessStream to a .NET Stream to use with 3rd party libraries. More...
 
class  MemoryStream
 Memory Stream for seeking, reading, and writing to a memory buffer (modeled after C# MemoryStream). More...
 
class  RandomAccessStream
 Random access stream for seeking, reading, and writing to a memory buffer. More...
 

Detailed Description

Streams, wrappers, and pipe adapters.