addByte 抽象方法

void addByte(
  1. int byte
)

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

byte 将被截断为一个 0 .. 255 范围内的 8 位值。

实现

void addByte(int byte);