C# 클래스 Lawo.IO.BufferStream

상속: NonSeekableStream
파일 보기 프로젝트 열기: Lawo/ember-plus-sharp

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
DisposeAsync ( CancellationToken cancellationToken ) : Task

메소드 상세

BufferStream() 보호된 메소드

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
리턴 System