C# Class Lawo.IO.BufferStream

Inheritance: NonSeekableStream
Afficher le fichier Open project: Lawo/ember-plus-sharp

Méthodes protégées

Méthode 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

Méthode Description
Dispose ( bool disposing ) : void
DisposeAsync ( CancellationToken cancellationToken ) : Task

Method Details

BufferStream() protected méthode

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
Résultat System