An useful API for interacting with files in Java.
Download latest stable release from here.
- Write a string to a file;
- Read text from a file line by line;
- Transform an object, or an array of objects, into a CSV string, which can be imported in databases;
- Write an object to a file (serialization);
- Read an object from a file (deserialization).