C# 클래스 Wv.WvStreamClone

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

보호된 프로퍼티들

프로퍼티 타입 설명
inner WvStream

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
WvStreamClone ( WvStream inner ) : System
flush ( int msec_timeout ) : bool
noread ( ) : void
nowrite ( ) : void
read ( WvBytes b ) : int
setinner ( WvStream inner ) : void
wait ( int msec_timeout, bool readable, bool writable ) : bool
write ( WvBytes b ) : int

메소드 상세

WvStreamClone() 공개 메소드

public WvStreamClone ( WvStream inner ) : System
inner WvStream
리턴 System

flush() 공개 메소드

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

noread() 공개 메소드

public noread ( ) : void
리턴 void

nowrite() 공개 메소드

public nowrite ( ) : void
리턴 void

read() 공개 메소드

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

setinner() 공개 메소드

public setinner ( WvStream inner ) : void
inner WvStream
리턴 void

wait() 공개 메소드

public wait ( int msec_timeout, bool readable, bool writable ) : bool
msec_timeout int
readable bool
writable bool
리턴 bool

write() 공개 메소드

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

프로퍼티 상세

inner 보호되어 있는 프로퍼티

protected WvStream,Wv inner
리턴 WvStream