Public Methods
Public Properties
Adds a byte to this buffer. Syntax Parameters b Byte to add.
Adds an array of bytes to this buffer. Syntax Parameters buffer An array of bytes to add.
Adds an array of bytes to this buffer. Syntax Parameters buffer An array of bytes to add.size The actual number of bytes to add.
Adds a character to this buffer. Syntax Parameters ch A character to add.
Adds a character buffer to this buffer. Syntax Parameters buffer A character buffer to add.
Adds an array of characters to this buffer. Syntax Parameters buffer An array of characters to add.
Adds an array of characters to this buffer. Syntax Parameters buffer An array of characters to add.size The actual number of characters to add.
Adds a string to this buffer. Syntax Parameters buffer A string to add.