writeSpecial method

void writeSpecial(
  1. int special
)

Special(major type 7) primitive.

Implementation

void writeSpecial(int special) {
  _writeSpecial(special);
}