Method | Description | |
---|---|---|
EnsureBufferSize ( IArrayPool |
||
RentBuffer ( IArrayPool |
||
ReturnBuffer ( IArrayPool |
public static EnsureBufferSize ( IArrayPool |
||
bufferPool | IArrayPool |
|
size | int | |
buffer | char | |
return | char[] |
public static RentBuffer ( IArrayPool |
||
bufferPool | IArrayPool |
|
minSize | int | |
return | char[] |
public static ReturnBuffer ( IArrayPool |
||
bufferPool | IArrayPool |
|
buffer | char | |
return | void |