blob: 59587cc3901c527549efa673535a53f5301fb3be [file] [log] [blame]
$Id$
Commons IO Package
Version 1.1
Release Notes
INTRODUCTION:
Commons IO is a package of Java utility classes for java.io's hierarchy.
Classes in this package are considered to be so standard and of such high
reuse as to justify existence in java.io.
Commons IO contains utility classes, stream implementations, file filters,
and endian transformation classes.
Incompatible changes from 1.0
-----------------------------
Binary compatible - ???
Source compatible - ???
Semantic compatible - ???
Deprecations from 1.0
---------------------
CopyUtils has been deprecated.
Its methods have been moved to IOUtils.
The new IOUtils methods handle nulls better, and have clearer names.
IOUtils.toByteArray(String) - Use {@link String#getBytes()}
IOUtils.toString(byte[]) - Use {@link String#String(byte[])}
IOUtils.toString(byte[],String) - Use {@link String#String(byte[],String)}
Bug fixes from 1.0
------------------
Enhancements from 1.0
---------------------
Feedback
--------
Open source works best when you give feedback.
Please direct all bug reports to Bugzilla.
http://issues.apache.org/bugzilla/buglist.cgi?product=Commons&component=IO
Or subscribe to the commons-user mailing list (prefix emails by [io])
http://jakarta.apache.org/site/mail.html
The Commons-IO Team