Easy file access in java

Some classes to simplify file access to text files. They hide the exception possibilities, and allow the reading/ writing of a whole file at once via a string or array list.

Easy File input class(Java)

Easy File output class(Java)

Easy File input demo

Easy File output demo


Put the 2 files in the same folder as the rest of your code, and compile them (or add them to your project if you have a fancy IDE).

Look at the demo progs to see how to use them.

Mike Parr