Append one or more bytes to the end of this ByteBuffer.

Overload List

  NameDescription
Public methodAppend(Byte)
Append a byte to the end of this ByteBuffer.
Public methodAppend(array<Byte>[]()[][])
Append an array of bytes to the end of this ByteBuffer.
Public methodAppend(array<Byte>[]()[][], Int32, Int32)
Append an array of bytes to the end of this ByteBuffer.

See Also