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