C# Class MsgPack.BufferManager

Manages internal thread-local buffers for packer/unpacker.
显示文件 Open project: msgpack/msgpack-cli

Public Methods

Method Description
NewByteBuffer ( int size ) : byte[]
NewCharBuffer ( int size ) : char[]

Method Details

NewByteBuffer() public static method

public static NewByteBuffer ( int size ) : byte[]
size int
return byte[]

NewCharBuffer() public static method

public static NewCharBuffer ( int size ) : char[]
size int
return char[]