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

Inheritance: Stream
Show file Open project: cbaxter/InfinityMQ Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( System.Boolean disposing ) : void

Private Methods

Method Description
WaitOnPendingFlush ( ) : void

Method Details

BufferedOutStream() public method

public BufferedOutStream ( Stream stream, BufferSize bufferSize ) : System
stream Stream
bufferSize BufferSize
return System

Dispose() protected method

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

Flush() public method

public Flush ( ) : void
return void

Read() public method

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

Seek() public method

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

SetLength() public method

public SetLength ( System.Int64 value ) : void
value System.Int64
return void

Write() public method

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