ByteBufferAdd Method

Overload List

Add(Byte) Adds one byte to the end of the buffer.
Add(Byte) Adds bytes to the end of the buffer.
Add(ByteBuffer) Adds bytes to the end of the buffer.
Add(Object) 
Add(String) Adds ASCII representation of a specified string to the end of the buffer. Every character is added as a LSB byte.
Add(Byte, Int32, Int32) Adds a part of bytes to the end of the buffer.
Add(ByteBuffer, Int32, Int32) Adds a part of bytes to the end of the buffer.

See Also