C# 클래스 Kafka.Client.Messages.BoundedBuffer

Wrapper over memory set with fixed capacity
상속: System.IO.MemoryStream
파일 보기 프로젝트 열기: precog/kafka

공개 메소드들

메소드 설명
BoundedBuffer ( int size ) : System.IO

Initializes a new instance of the BoundedBuffer class.

메소드 상세

BoundedBuffer() 공개 메소드

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