void addByte(
int byte
)

Append byte to the current contents of the builder.

The byte will be bit-representation truncated to the range 0 .. 255.

Source

/**
 * Append [byte] to the current contents of the builder.
 *
 * The [byte] will be bit-representation truncated to the range 0 .. 255.
 */
void addByte(int byte);