Version

Search Results

CharBuffer Class Methods

Public Methods

CharBuffer Class Properties

Public Properties

Add(Byte) Method

Adds a byte to this buffer. Syntax Parameters b Byte to add.

Add(Byte[]) Method

Adds an array of bytes to this buffer. Syntax Parameters buffer An array of bytes to add.

Add(Byte[],Int32) Method

Adds an array of bytes to this buffer. Syntax Parameters buffer An array of bytes to add.size The actual number of bytes to add.

Add(Char) Method

Adds a character to this buffer. Syntax Parameters ch A character to add.

Add(CharBuffer) Method

Adds a character buffer to this buffer. Syntax Parameters buffer A character buffer to add.

Add(Char[]) Method

Adds an array of characters to this buffer. Syntax Parameters buffer An array of characters to add.

Add(Char[],Int32) Method

Adds an array of characters to this buffer. Syntax Parameters buffer An array of characters to add.size The actual number of characters to add.

Add(String) Method

Adds a string to this buffer. Syntax Parameters buffer A string to add.