C# Class Wv.WvStreamClone

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

Protected Properties

Свойство Type Description
inner WvStream

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

WvStreamClone() public méthode

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

flush() public méthode

public flush ( int msec_timeout ) : bool
msec_timeout int
Résultat bool

noread() public méthode

public noread ( ) : void
Résultat void

nowrite() public méthode

public nowrite ( ) : void
Résultat void

read() public méthode

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

setinner() public méthode

public setinner ( WvStream inner ) : void
inner WvStream
Résultat void

wait() public méthode

public wait ( int msec_timeout, bool readable, bool writable ) : bool
msec_timeout int
readable bool
writable bool
Résultat bool

write() public méthode

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

Property Details

inner protected_oe property

protected WvStream,Wv inner
Résultat WvStream