Version

Add Method (CharBuffer)

Adds a byte to this buffer.
Overload List
OverloadDescription
Add(Byte)Adds a byte to this buffer.  
Add(Byte[])Adds an array of bytes to this buffer.  
Add(Byte[],Int32)Adds an array of bytes to this buffer.  
Add(Char)Adds a character to this buffer.  
Add(Char[])Adds an array of characters to this buffer.  
Add(Char[],Int32)Adds an array of characters to this buffer.  
Add(String)Adds a string to this buffer.  
Add(CharBuffer)Adds a character buffer to this buffer.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also