Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
MsgPack
BufferManager
C# Class MsgPack.BufferManager
Manages internal thread-local buffers for packer/unpacker.
Mostra file
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[]