C# 클래스 Wv.WvStreamStream

상속: WvStream
파일 보기 프로젝트 열기: apenwarr/versaplex

Private Properties

프로퍼티 타입 설명
start_reading void

공개 메소드들

메소드 설명
WvStreamStream ( System inner ) : System
close ( ) : void
flush ( int msec_timeout ) : bool
read ( WvBytes b ) : int
write ( WvBytes b ) : int

비공개 메소드들

메소드 설명
start_reading ( ) : void

메소드 상세

WvStreamStream() 공개 메소드

public WvStreamStream ( System inner ) : System
inner System
리턴 System

close() 공개 메소드

public close ( ) : void
리턴 void

flush() 공개 메소드

public flush ( int msec_timeout ) : bool
msec_timeout int
리턴 bool

read() 공개 메소드

public read ( WvBytes b ) : int
b WvBytes
리턴 int

write() 공개 메소드

public write ( WvBytes b ) : int
b WvBytes
리턴 int