添加某个值到字节数组
Uint8List append(int value) { _bytes = ByteUtils.combine(arrayFirst: _bytes, arraySecond: _toArray(value)); return _bytes; }