public function writeStream(Customweb_Core_Stream_IInput $inputStream)
 {
     $data = $inputStream->read();
     $this->write($data);
 }