List<int> toBytes( )

Returns a copy of the current contents of the builder.

Leaves the contents of the builder intact.

Source

/**
 * Returns a copy of the current contents of the builder.
 *
 * Leaves the contents of the builder intact.
 */
List<int> toBytes();