writeUint16 abstract method

void writeUint16(
  1. int value
)

Write a 16-bit word to the output stream.

Implementation

void writeUint16(int value);