C# Class Lawo.IO.BufferStream

Inheritance: NonSeekableStream
Show file Open project: Lawo/ember-plus-sharp

Protected Methods

Method Description
BufferStream ( ReadBuffer readBuffer, WriteBuffer writeBuffer ) : System

Initializes a new instance of the BufferStream class.

Pass null for one of the buffers to create a stream that only supports reading or writing.

Private Methods

Method Description
Dispose ( bool disposing ) : void
DisposeAsync ( CancellationToken cancellationToken ) : Task

Method Details

BufferStream() protected method

Initializes a new instance of the BufferStream class.
Pass null for one of the buffers to create a stream that only supports reading or writing.
protected BufferStream ( ReadBuffer readBuffer, WriteBuffer writeBuffer ) : System
readBuffer ReadBuffer
writeBuffer WriteBuffer
return System