Package net.nilosplace.process_display
Class ObjectFileStorage<T>
java.lang.Object
net.nilosplace.process_display.ObjectFileStorage<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadObjectFromFile(File file) readObjectFromFile(String filePath) readObjectsFromFile(File file) readObjectsFromFile(String filePath) voidwriteObjectsToFile(List<T> objects, File file) voidwriteObjectsToFile(List<T> objects, String filePath) voidwriteObjectToFile(T object, File file) voidwriteObjectToFile(T object, String filePath)
-
Constructor Details
-
ObjectFileStorage
public ObjectFileStorage()
-
-
Method Details