C# Class MsgPack.BufferManager

Manages internal thread-local buffers for packer/unpacker.
Afficher le fichier Open project: msgpack/msgpack-cli

Méthodes publiques

Méthode Description
NewByteBuffer ( int size ) : byte[]
NewCharBuffer ( int size ) : char[]

Method Details

NewByteBuffer() public static méthode

public static NewByteBuffer ( int size ) : byte[]
size int
Résultat byte[]

NewCharBuffer() public static méthode

public static NewCharBuffer ( int size ) : char[]
size int
Résultat char[]