Overload List

  Name Description
Public method Append(Byte)
Appends data to this
CopyC#
ByteBuffer
.
Public method Append(array<Byte>[]()[][])
Appends data to this
CopyC#
ByteBuffer
.
Public method Append(Char)
Appends a character to this
CopyC#
ByteBuffer
.
Public method Append(array<Char>[]()[][])
Appends data to this
CopyC#
ByteBuffer
.
Public method Append(ByteBuffer)
Appends data to this
CopyC#
ByteBuffer
.
Public method Append(String, String)
Appends data to this
CopyC#
ByteBuffer
.
Public method Append(array<Byte>[]()[][], Int32, Int32)
Appends data to this
CopyC#
ByteBuffer
.

See Also