Java IO

Aug 01, 2007 09:27


Just like Apache! It has addressed one more crucial need of the Java developer community by providing the commons IO. Wondering what it is? Here is what they have to say about it:
Commons IO is a library of utilities to assist with developing IO functionality.

There are three main areas included:
Utility classes - with static methods to perform common tasks
Filters - various implementations of file filters
Streams - useful stream, reader and writer implementations

Just take a look at this and you will realize how much more simpe Java IO can be.
Previous post Next post
Up