C# Class indice.Edi.Utilities.BufferUtils

Afficher le fichier Open project: indice-co/EDI.Net

Méthodes publiques

Méthode Description
EnsureBufferSize ( IArrayPool bufferPool, int size, char buffer ) : char[]
RentBuffer ( IArrayPool bufferPool, int minSize ) : char[]
ReturnBuffer ( IArrayPool bufferPool, char buffer ) : void

Method Details

EnsureBufferSize() public static méthode

public static EnsureBufferSize ( IArrayPool bufferPool, int size, char buffer ) : char[]
bufferPool IArrayPool
size int
buffer char
Résultat char[]

RentBuffer() public static méthode

public static RentBuffer ( IArrayPool bufferPool, int minSize ) : char[]
bufferPool IArrayPool
minSize int
Résultat char[]

ReturnBuffer() public static méthode

public static ReturnBuffer ( IArrayPool bufferPool, char buffer ) : void
bufferPool IArrayPool
buffer char
Résultat void