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

Inheritance: IWriteFrames
Show file Open project: cbaxter/InfinityMQ

Public Methods

Method Description
Dispose ( ) : void
Write ( IList frames ) : void

Protected Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( System.Boolean disposing ) : void
disposing System.Boolean
return void

Write() public abstract method

public abstract Write ( IList frames ) : void
frames IList
return void

WriteFramesToStream() protected method

protected WriteFramesToStream ( IList frames, Stream stream ) : void
frames IList
stream Stream
return void