encodeInt abstract method

void encodeInt(
  1. int value
)

Encodes an integer value.

Implementation

void encodeInt(int value);