newCharacterBuffer
Creates a new CharacterBuffer and allocates a char[] of the given bufferSize.
Return
a new CharacterBuffer instance.
Parameters
bufferSize
the internal char buffer size, must be >= 2
Creates a new CharacterBuffer and allocates a char[] of the given bufferSize.
a new CharacterBuffer instance.
the internal char buffer size, must be >= 2