C# 클래스 Wv.WvInBufStream

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

공개 메소드들

메소드 설명
WvInBufStream ( WvStream inner ) : System
_getline ( char splitchar ) : string
getline ( int msec_timeout, char splitchar ) : string
read ( WvBytes b ) : int

메소드 상세

WvInBufStream() 공개 메소드

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

_getline() 공개 메소드

public _getline ( char splitchar ) : string
splitchar char
리턴 string

getline() 공개 메소드

public getline ( int msec_timeout, char splitchar ) : string
msec_timeout int
splitchar char
리턴 string

read() 공개 메소드

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