writeI16 method

void writeI16(
  1. int value
)

Implementation

void writeI16(int value) {
  writeBytes(i16ToBytes(value));
}