ResetData Method
Resets the values of all data and stream properties.
Object Oriented Interface
public function doResetData();
Procedural Interface
ipworks_netcode_do_resetdata($res);
Remarks
This method resets the values of all data and stream properties. It is an easy way to reset the class's properties before another call to Encode or Decode. The input and output streams and the data and file properties will all be reset.