java.lang.Object
net.finmath.util.FileUtilities
Provides utility method to write an object to a file and read an object from a file.
- Author:
- Christian Fries
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Object
loadObject(File pathToFile)
static void
writeObject(File pathToFile, Object object)
-
Constructor Details
-
FileUtilities
public FileUtilities()
-
-
Method Details
-
loadObject
- Throws:
ClassNotFoundException
IOException
-
writeObject
- Throws:
IOException
-