writeInt abstract method

void writeInt(
  1. int n
)

Writes int n into the buffer

  • n: the value to write

Implementation

void writeInt(int n);