Skip to content

An useful API for communicating with files in Java.

License

Notifications You must be signed in to change notification settings

acerbisgianluca/File-API

Repository files navigation

File API [WIP]

An useful API for interacting with files in Java.

Download latest stable release from here.

Features:

  • 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).

You can find official documentation here.