diff options
Diffstat (limited to 'devel/apache-commons-io/pkg-descr')
-rw-r--r-- | devel/apache-commons-io/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/apache-commons-io/pkg-descr b/devel/apache-commons-io/pkg-descr new file mode 100644 index 000000000000..f1f64271d017 --- /dev/null +++ b/devel/apache-commons-io/pkg-descr @@ -0,0 +1,9 @@ +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/ |