Hunny Software Library Reference

ByteStringBuilder.Append Method (Byte[], Int32, Int32)

Appends a sequence of bytes to this buffer.

[Visual Basic]
Overloads Public Function Append( _
   ByVal bytes As Byte(), _
   ByVal offset As Integer, _
   ByVal length As Integer _
) As ByteStringBuilder
[C#]
public ByteStringBuilder Append(
   byte[] bytes,
   int offset,
   int length
);

Parameters

bytes
array containing the bytes to append
offset
offset of first byte in bytes to append
length
number of bytes to append

Return Value

a reference to this instance

See Also

ByteStringBuilder Class | Hunny.Base Namespace | ByteStringBuilder.Append Overload List