C# Class InfinityMQ.Channels.Framing.Writers.BufferedFrameWriter

Inheritance: FrameWriterBase
Afficher le fichier Open project: cbaxter/InfinityMQ

Méthodes publiques

Méthode Description
BufferedFrameWriter ( Stream stream ) : System
Write ( IList frames ) : void

Méthodes protégées

Méthode Description
Dispose ( System.Boolean disposing ) : void

Method Details

BufferedFrameWriter() public méthode

public BufferedFrameWriter ( Stream stream ) : System
stream Stream
Résultat System

Dispose() protected méthode

protected Dispose ( System.Boolean disposing ) : void
disposing System.Boolean
Résultat void

Write() public méthode

public Write ( IList frames ) : void
frames IList
Résultat void