C# Class Wv.WvOutBufStream

Inheritance: WvStreamClone
Show file Open project: apenwarr/versaplex

Public Methods

Method Description
WvOutBufStream ( WvStream inner ) : System
flush ( int msec_timeout ) : bool
write ( WvBytes b ) : int

Private Methods

Method Description
_flush ( ) : void

Method Details

WvOutBufStream() public method

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

flush() public method

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

write() public method

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