C# 클래스 Plasma.plBufferedStream

Plasma Stream that requires the user to manually flush the output buffer
This is most useful in network situations because MOUL expects the entire message buffer to be on the wire when it reads it in. EAP was silly and used memcpy, strdup, and all kinds of silly devilry.
상속: Plasma.hsStream
파일 보기 프로젝트 열기: Hoikas/PlasmaDotNet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
fWriteStream System.IO.MemoryStream

공개 메소드들

메소드 설명
Close ( ) : void
Flush ( ) : void
plBufferedStream ( Stream baseStream ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

plBufferedStream() 공개 메소드

public plBufferedStream ( Stream baseStream ) : System
baseStream Stream
리턴 System

프로퍼티 상세

fWriteStream 보호되어 있는 프로퍼티

protected MemoryStream,System.IO fWriteStream
리턴 System.IO.MemoryStream