C# Class Wv.WvStream

Inheritance: IWvStream
Show file Open project: apenwarr/versaplex Class Usage Examples

Public Properties

Property Type Description
ev IWvEventer

Public Methods

Method Description
Dispose ( ) : void
WvStream ( ) : System
close ( ) : void
flush ( int msec_timeout ) : bool
maybe_autoclose ( ) : void
noread ( ) : void
nowrite ( ) : void
print ( object o ) : void
print ( string fmt ) : void
read ( int len ) : WvBytes
read ( WvBytes b ) : int
read ( WvBuf b, int max ) : void
runonce ( ) : void
runonce ( int msec_timeout ) : void
wait ( int msec_timeout, bool readable, bool writable ) : bool
write ( WvBytes b ) : int

Protected Methods

Method Description
do_close ( ) : void
do_readable ( ) : void
do_writable ( ) : void
post_readable ( ) : void
post_writable ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

WvStream() public method

public WvStream ( ) : System
return System

close() public method

public close ( ) : void
return void

do_close() protected method

protected do_close ( ) : void
return void

do_readable() protected method

protected do_readable ( ) : void
return void

do_writable() protected method

protected do_writable ( ) : void
return void

flush() public method

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

maybe_autoclose() public method

public maybe_autoclose ( ) : void
return void

noread() public method

public noread ( ) : void
return void

nowrite() public method

public nowrite ( ) : void
return void

post_readable() protected method

protected post_readable ( ) : void
return void

post_writable() protected method

protected post_writable ( ) : void
return void

print() public method

public print ( object o ) : void
o object
return void

print() public method

public print ( string fmt ) : void
fmt string
return void

read() public method

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

read() public method

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

read() public method

public read ( WvBuf b, int max ) : void
b WvBuf
max int
return void

runonce() public static method

public static runonce ( ) : void
return void

runonce() public static method

public static runonce ( int msec_timeout ) : void
msec_timeout int
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

ev public static property

public static IWvEventer ev
return IWvEventer