/**
  * write int
  * @param int $n
  */
 public function writeInt($n)
 {
     parent::writeInt($n);
 }