C# 클래스 MsgPack.BufferManager

Manages internal thread-local buffers for packer/unpacker.
파일 보기 프로젝트 열기: msgpack/msgpack-cli

공개 메소드들

메소드 설명
NewByteBuffer ( int size ) : byte[]
NewCharBuffer ( int size ) : char[]

메소드 상세

NewByteBuffer() 공개 정적인 메소드

public static NewByteBuffer ( int size ) : byte[]
size int
리턴 byte[]

NewCharBuffer() 공개 정적인 메소드

public static NewCharBuffer ( int size ) : char[]
size int
리턴 char[]