RTools.Util.CharBuffer.CharBuffer C# (CSharp) Method

CharBuffer() public method

Default constructor.
public CharBuffer ( ) : System
return System
        public CharBuffer()
        {
            buffer = new char[capacity];
        }

Same methods

CharBuffer::CharBuffer ( int capacity ) : System