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 ObjectloadObject(File pathToFile)static voidwriteObject(File pathToFile, Object object)
-
Constructor Details
-
FileUtilities
public FileUtilities()
-
-
Method Details
-
loadObject
- Throws:
ClassNotFoundExceptionIOException
-
writeObject
- Throws:
IOException
-