bytes / net.consensys.cava.bytes / Bytes / appendTo

appendTo

open fun appendTo(buffer: Buffer): Unit (source)

Append the bytes of this value to the provided Vert.x Buffer.

Note that since a Vert.x Buffer will grow as necessary, this method never fails.

Parameters

buffer - The Buffer to which to append this value.