Version

CharBuffer Class Members

The following tables list the members exposed by CharBuffer.

Public Constructors
 NameDescription
Public ConstructorCharBuffer ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyBufferGets the underlying character buffer.  
Public PropertyCountGets the number of characters in the buffer.  
Public PropertyItemGets or sets a character within the buffer by index.  
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