writeSpecial method

void writeSpecial(
  1. int special
)
inherited

Special(major type 7) primitive.

Implementation

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