add 抽象方法

void add(
  1. List<int> bytes
)

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

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

实现

void add(List<int> bytes);