C# Class Plasma.plBufferedStream

Plasma Stream that requires the user to manually flush the output buffer
This is most useful in network situations because MOUL expects the entire message buffer to be on the wire when it reads it in. EAP was silly and used memcpy, strdup, and all kinds of silly devilry.
Inheritance: Plasma.hsStream
Mostra file Open project: Hoikas/PlasmaDotNet Class Usage Examples

Protected Properties

Property Type Description
fWriteStream System.IO.MemoryStream

Public Methods

Method Description
Close ( ) : void
Flush ( ) : void
plBufferedStream ( Stream baseStream ) : System

Method Details

Close() public method

public Close ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

plBufferedStream() public method

public plBufferedStream ( Stream baseStream ) : System
baseStream Stream
return System

Property Details

fWriteStream protected_oe property

protected MemoryStream,System.IO fWriteStream
return System.IO.MemoryStream