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

상속: Stream
파일 보기 프로젝트 열기: cbaxter/InfinityMQ 1 사용 예제들

공개 메소드들

메소드 설명
BufferedOutStream ( Stream stream, BufferSize bufferSize ) : System
Flush ( ) : void
Read ( Byte buffer, Int32 offset, Int32 count ) : Int32
Seek ( System.Int64 offset, SeekOrigin origin ) : System.Int64
SetLength ( System.Int64 value ) : void
Write ( Byte buffer, Int32 offset, Int32 count ) : void

보호된 메소드들

메소드 설명
Dispose ( System.Boolean disposing ) : void

비공개 메소드들

메소드 설명
WaitOnPendingFlush ( ) : void

메소드 상세

BufferedOutStream() 공개 메소드

public BufferedOutStream ( Stream stream, BufferSize bufferSize ) : System
stream Stream
bufferSize BufferSize
리턴 System

Dispose() 보호된 메소드

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

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Read() 공개 메소드

public Read ( Byte buffer, Int32 offset, Int32 count ) : Int32
buffer Byte
offset System.Int32
count System.Int32
리턴 System.Int32

Seek() 공개 메소드

public Seek ( System.Int64 offset, SeekOrigin origin ) : System.Int64
offset System.Int64
origin SeekOrigin
리턴 System.Int64

SetLength() 공개 메소드

public SetLength ( System.Int64 value ) : void
value System.Int64
리턴 void

Write() 공개 메소드

public Write ( Byte buffer, Int32 offset, Int32 count ) : void
buffer Byte
offset System.Int32
count System.Int32
리턴 void