Version

Search Results

Add Method (CharBuffer)

Adds a byte to this buffer. Overload List

Buffer Property

Gets the underlying character buffer. Syntax

Bytes Method

Gets the content of this buffer as an array of bytes. Syntax Parameters order Byte order. Return Value An array of bytes

Clear Method (CharBuffer)

Clears this buffer. Syntax

Clone Method (CharBuffer)

Creates a copy of this buffer. Syntax Return Value A copy of this buffer.

Count Property (CharBuffer)

Gets the number of characters in the buffer. Syntax

IndexOf(Byte,Int32) Method

Gets the index of a particular byte value in this buffer. Syntax Parameters b Byte value to search.index Start index. Return Value The index of a particular byte value or -1.

IndexOf(Char,Int32) Method

Gets the index of a particular character value in this buffer. Syntax Parameters ch Character value to search.index Start index. Return Value The index of a particular character value or -1.

IndexOf Method

Gets the index of a particular byte value in this buffer. Overload List

Item Property (CharBuffer)

Gets or sets a character within the buffer by index. Syntax Parameters index An index. Property Value A character that is located in the buffer under the specified index.