Method NewCharacterBuffer
NewCharacterBuffer(Int32)
Creates a new CharacterUtils.CharacterBuffer and allocates a char[] of the given bufferSize.
Declaration
public static CharacterUtils.CharacterBuffer NewCharacterBuffer(int bufferSize)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | bufferSize | the internal char buffer size, must be |
Returns
Type | Description |
---|---|
CharacterUtils.CharacterBuffer | a new CharacterUtils.CharacterBuffer instance. |