Apache Jakarta Commons IO
Add to favorites
JDK version:1.4
Web site:http://jakarta.apache.org/commons/io/ [License]
Commons IO is a library of utilities to assist with developing IO functionality. There are three main areas included: 1) Utility classes - with static methods to perform common tasks 2) Filters - various implementations of file filters and 3) Streams - useful stream, reader and writer implementations.
Packages
org.apache.commons.io

This package defines utility classes for working with streams, readers, writers and files.

org.apache.commons.io.filefilter

This package defines an interface (IOFileFilter) that combines both FileFilter and FilenameFilter .

org.apache.commons.io.input

This package provides implementations of input classes, such as InputStream and Reader.

org.apache.commons.io.output

This package provides implementations of output classes, such as OutputStream and Writer.