pushUInt8 method
Append a single UInt8 value to the byte sequence in the buffer.
Implementation
void pushUInt8(int val) {
pushBytes([val]);
}
Append a single UInt8 value to the byte sequence in the buffer.
void pushUInt8(int val) {
pushBytes([val]);
}