C# Class Wv.WvInBufStream

Inheritance: WvStreamClone
Afficher le fichier Open project: apenwarr/versaplex

Méthodes publiques

Méthode Description
WvInBufStream ( WvStream inner ) : System
_getline ( char splitchar ) : string
getline ( int msec_timeout, char splitchar ) : string
read ( WvBytes b ) : int

Method Details

WvInBufStream() public méthode

public WvInBufStream ( WvStream inner ) : System
inner WvStream
Résultat System

_getline() public méthode

public _getline ( char splitchar ) : string
splitchar char
Résultat string

getline() public méthode

public getline ( int msec_timeout, char splitchar ) : string
msec_timeout int
splitchar char
Résultat string

read() public méthode

public read ( WvBytes b ) : int
b WvBytes
Résultat int