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

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

Private Properties

Property Type Description

Public Methods

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

Method Details

Buffer() public method

public Buffer ( int size ) : System
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