![JAR search and dependency download from the Maven repository](/logo.png)
ace.data.file.handling.writer.IFileWriter Maven / Gradle / Ivy
The newest version!
package ace.data.file.handling.writer;
/**
* Interface for saving data to file
*/
public interface IFileWriter {
/**
* Saves file back to disk
* @param filePath absolute path to the file
*/
void saveFile(String filePath);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy