protected function writeObjectHeader()
 {
     $this->writeUTF8BomHeader();
     $this->file->writeArray(array($this->code));
 }