C# Class MOUSE.Core.Serialization.WcfBufferPool

Inheritance: IBufferPool
显示文件 Open project: Rurouni/MassiveOnlineUniversalServerEngine Class Usage Examples

Public Methods

Method Description
Return ( byte buffer ) : void
Take ( int size ) : byte[]

Method Details

Return() public method

public Return ( byte buffer ) : void
buffer byte
return void

Take() public method

public Take ( int size ) : byte[]
size int
return byte[]