Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Kafka
Client
Messages
BoundedBuffer
C# Class Kafka.Client.Messages.BoundedBuffer
Wrapper over memory set with fixed capacity
Inheritance:
System.IO.MemoryStream
Mostra file
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