The following tables list the members exposed by CharBuffer.
Name | Description | |
---|---|---|
![]() | CharBuffer Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a byte to this buffer. |
![]() | Bytes | Gets the content of this buffer as an array of bytes. |
![]() | Clear | Clears this buffer. |
![]() | Clone | Creates a copy of this buffer. |
![]() | IndexOf | Overloaded. Gets the index of a particular byte value in this buffer. |
![]() | Replace | Overloaded. Replaces the source bytes with the destination bytes in this buffer. |
![]() | ToLower | Coverts the content of this buffer to lowercase. |
![]() | ToString | Gets a string representation of the buffer. |
![]() | ToUpper | Coverts the content of this buffer to uppercase. |