Salmon
|
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 | MemoryStream |
Memory Stream for seeking, reading, and writing to a memory buffer (modeled after C# MemoryStream). More... | |
class | StreamExtensions |
Stream Extensions. | |
Streams, wrappers, and pipe adapters.