appendByteString

fun ByteStringBuilder.appendByteString(bString: ByteString): ByteStringBuilder

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.