getByteChar method

String getByteChar()

Implementation

String getByteChar() {
  return String.fromCharCode(_data[_position++]);
}