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
Afficher le fichier Open project: Hoikas/PlasmaDotNet Class Usage Examples

Protected Properties

Свойство Type Description
fWriteStream System.IO.MemoryStream

Méthodes publiques

Méthode Description
Close ( ) : void
Flush ( ) : void
plBufferedStream ( Stream baseStream ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

plBufferedStream() public méthode

public plBufferedStream ( Stream baseStream ) : System
baseStream Stream
Résultat System

Property Details

fWriteStream protected_oe property

protected MemoryStream,System.IO fWriteStream
Résultat System.IO.MemoryStream