C# 클래스 Newtonsoft.Json.Utilities.BufferUtils

파일 보기 프로젝트 열기: JamesNK/Newtonsoft.Json 1 사용 예제들

공개 메소드들

메소드 설명
EnsureBufferSize ( IArrayPool bufferPool, int size, char buffer ) : char[]
RentBuffer ( IArrayPool bufferPool, int minSize ) : char[]
ReturnBuffer ( IArrayPool bufferPool, char buffer ) : void

메소드 상세

EnsureBufferSize() 공개 정적인 메소드

public static EnsureBufferSize ( IArrayPool bufferPool, int size, char buffer ) : char[]
bufferPool IArrayPool
size int
buffer char
리턴 char[]

RentBuffer() 공개 정적인 메소드

public static RentBuffer ( IArrayPool bufferPool, int minSize ) : char[]
bufferPool IArrayPool
minSize int
리턴 char[]

ReturnBuffer() 공개 정적인 메소드

public static ReturnBuffer ( IArrayPool bufferPool, char buffer ) : void
bufferPool IArrayPool
buffer char
리턴 void