Adds a byte to this buffer. Overload List
Gets the underlying character buffer. Syntax
Gets the content of this buffer as an array of bytes. Syntax Parameters order Byte order. Return Value An array of bytes
Clears this buffer. Syntax
Creates a copy of this buffer. Syntax Return Value A copy of this buffer.
Gets the number of characters in the buffer. Syntax
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.
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.
Gets the index of a particular byte value in this buffer. Overload List
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.