writeDouble abstract method

void writeDouble(
  1. double n
)

Writes double n into the buffer

  • n: the value to write

Implementation

void writeDouble(double n);