C# Class Wv.WvStreamClone

Inheritance: WvStream
Mostra file Open project: apenwarr/versaplex

Protected Properties

Property Type Description
inner WvStream

Private Properties

Property Type Description

Public Methods

Method 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 method

public WvStreamClone ( WvStream inner ) : System
inner WvStream
return System

flush() public method

public flush ( int msec_timeout ) : bool
msec_timeout int
return bool

noread() public method

public noread ( ) : void
return void

nowrite() public method

public nowrite ( ) : void
return void

read() public method

public read ( WvBytes b ) : int
b WvBytes
return int

setinner() public method

public setinner ( WvStream inner ) : void
inner WvStream
return void

wait() public method

public wait ( int msec_timeout, bool readable, bool writable ) : bool
msec_timeout int
readable bool
writable bool
return bool

write() public method

public write ( WvBytes b ) : int
b WvBytes
return int

Property Details

inner protected_oe property

protected WvStream,Wv inner
return WvStream