/**
  * write long utf string
  * @param string $s
  */
 public function writeLongUtf($s)
 {
     parent::writeLongUtf($s);
 }