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

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
Write ( IList frames ) : void

Méthodes protégées

Méthode Description
Dispose ( System.Boolean disposing ) : void
WriteFramesToStream ( IList frames, Stream stream ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

Write() public abstract méthode

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

WriteFramesToStream() protected méthode

protected WriteFramesToStream ( IList frames, Stream stream ) : void
frames IList
stream Stream
Résultat void