C# 클래스 Whitelog.Core.Binary.Serializer.MemoryBuffer.BufferPool.Buffer

상속: IBuffer
파일 보기 프로젝트 열기: ronenbarak/Whitelog

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Buffer ( BufferPool bufferPool, int size ) : System
Dispose ( ) : void
IncressSize ( int length, int required ) : byte[]
SetLength ( int length ) : void

메소드 상세

Buffer() 공개 메소드

public Buffer ( BufferPool bufferPool, int size ) : System
bufferPool BufferPool
size int
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IncressSize() 공개 메소드

public IncressSize ( int length, int required ) : byte[]
length int
required int
리턴 byte[]

SetLength() 공개 메소드

public SetLength ( int length ) : void
length int
리턴 void