/**
  * Replaces the file that the temporary file is acting as a transactional type cache for. Acts
  * similar to a commit.
  *
  * @see #replaceOriginals(StorageFile...)
  * @throws IOException
  */
 void replaceOriginal() throws IOException {
   replaceOriginals(this);
 }