Version

CharBuffer Class Methods

For a list of all members of this type, see CharBuffer members.

Public Methods
 NameDescription
Public MethodAddOverloaded. Adds a byte to this buffer.  
Public MethodBytesGets the content of this buffer as an array of bytes.  
Public MethodClearClears this buffer.  
Public MethodCloneCreates a copy of this buffer.  
Public MethodIndexOfOverloaded. Gets the index of a particular byte value in this buffer.  
Public MethodReplaceOverloaded. Replaces the source bytes with the destination bytes in this buffer.  
Public MethodToLowerCoverts the content of this buffer to lowercase.  
Public MethodToStringGets a string representation of the buffer.  
Public MethodToUpperCoverts the content of this buffer to uppercase.  
See Also