C# Class Kafka.Client.Messages.BoundedBuffer

Wrapper over memory set with fixed capacity
Inheritance: System.IO.MemoryStream
Datei anzeigen Open project: precog/kafka

Public Methods

Method Description
BoundedBuffer ( int size ) : System.IO

Initializes a new instance of the BoundedBuffer class.

Method Details

BoundedBuffer() public method

Initializes a new instance of the BoundedBuffer class.
public BoundedBuffer ( int size ) : System.IO
size int /// The max size of stream. ///
return System.IO