C# Class Whitelog.Core.Binary.Serializer.MemoryBuffer.BufferPool.Buffer

Inheritance: IBuffer
显示文件 Open project: ronenbarak/Whitelog

Private Properties

Property Type Description

Public Methods

Method Description
Buffer ( BufferPool bufferPool, int size ) : System
Dispose ( ) : void
IncressSize ( int length, int required ) : byte[]
SetLength ( int length ) : void

Method Details

Buffer() public method

public Buffer ( BufferPool bufferPool, int size ) : System
bufferPool BufferPool
size int
return System

Dispose() public method

public Dispose ( ) : void
return void

IncressSize() public method

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

SetLength() public method

public SetLength ( int length ) : void
length int
return void