append method

void append()

Implementation

void append() {
  _data.addByte(0xe9);
}