appendByteString
Appends a ByteString to this ByteStringBuilder.
This function appends the bString to the end of this ByteStringBuilder.
Return
This ByteStringBuilder instance, allowing for chaining of operations.
Parameters
bString
The ByteString to append.