Package science.aist.jack.persistence.filesystem
This package contains functionality to store data on the filesystem
- Since:
- 2.0
- Author:
- Andreas Pointner
-
Interface Summary Interface Description CSVReader<T> Interface for a CSV file readerCSVWriter<T> Interface for writing elements to a CSV file -
Class Summary Class Description AbstractFileStorage<K,V> Abstract Implementation of Storage Interface for storing objects in the TEMP folder of the file systemFileUtils Utility class for files