add method
- int byte
Add a single by to this packet
Implementation
add(int byte){
assert(_isStream != null && !_isStream);
_bytes.add(byte);
}
Add a single by to this packet
add(int byte){
assert(_isStream != null && !_isStream);
_bytes.add(byte);
}