Class FilePool

java.lang.Object
net.simplace.sim.io.FilePool

public class FilePool extends Object
Has to be finalized before quitting the application Reads from file system, out of zip-file and from class path or normal file access. Can be used to efficiently access XML-files via Element (getRootElement) or CSV-Files via (getLinesOfFiles) UpdateFileName will reset the caches only if the file name was changed in between. Read {updateFileName(String, FWSimVarMap) for more information. The data will be cached for a second use. For memory optimization make sure to finalize the object accordingly
Author:
Andreas Enders