add 抽象方法

void add(
  1. List<int> bytes
)

bytes 添加到此构建器的当前内容中。

bytes 的每个值都将截断为范围 0 .. 255 的 8 位值。

实现

void add(List<int> bytes);