add abstract method
Appends bytes
to the current contents of this builder.
Each value of bytes
will be truncated
to an 8-bit value in the range 0 .. 255.
Implementation
void add(List<int> bytes);
Appends bytes
to the current contents of this builder.
Each value of bytes
will be truncated
to an 8-bit value in the range 0 .. 255.
void add(List<int> bytes);