mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
The Apache Softare Foundation used to maintain an umbrella project named Jakarta but it was retired on 2011. This name now conflicts with the new name for Java EE under the Eclipse Foundation. Rename most of the packages to be more consistent. Some other packages remain but they will require intervention by their corresponding maintainers. Approved by: thierry (mentor), makc Differential Revision: https://reviews.freebsd.org/D21902
9 lines
360 B
Text
9 lines
360 B
Text
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
|
|
|
|
WWW: http://commons.apache.org/proper/commons-io/
|