C# Class Kafka.Client.Messages.BoundedBuffer

Wrapper over memory set with fixed capacity
Inheritance: System.IO.MemoryStream
Afficher le fichier Open project: precog/kafka

Méthodes publiques

Méthode Description
BoundedBuffer ( int size ) : System.IO

Initializes a new instance of the BoundedBuffer class.

Method Details

BoundedBuffer() public méthode

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