writeBool abstract method

void writeBool(
  1. bool b
)

Writes bool b into the buffer

  • b: the value to write

Implementation

void writeBool(bool b);