Add bytes to this packet
addAll(Iterable<int> bytes){ assert(_isStream != null && !_isStream); _bytes.addAll(bytes); }