C# 클래스 InfinityMQ.Channels.Framing.Writers.FrameWriterBase

상속: IWriteFrames
파일 보기 프로젝트 열기: cbaxter/InfinityMQ

공개 메소드들

메소드 설명
Dispose ( ) : void
Write ( IList frames ) : void

보호된 메소드들

메소드 설명
Dispose ( System.Boolean disposing ) : void
WriteFramesToStream ( IList frames, Stream stream ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( System.Boolean disposing ) : void
disposing System.Boolean
리턴 void

Write() 공개 추상적인 메소드

public abstract Write ( IList frames ) : void
frames IList
리턴 void

WriteFramesToStream() 보호된 메소드

protected WriteFramesToStream ( IList frames, Stream stream ) : void
frames IList
stream Stream
리턴 void