Ejemplo n.º 1
0
 /**
  * write int
  * @param int $n
  */
 public function writeInt($n)
 {
     parent::writeInt($n);
 }