Exemplo n.º 1
0
 public function writeString($s)
 {
     parent::write(Datatypes::UTFSTRING_DATATYPE_V3);
     parent::writeUTF($s, true);
 }