addByte 抽象方法

void addByte(
  1. int byte
)

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

byte 会被截断到 0 .. 255 范围内的 8 位值。

实现

void addByte(int byte);