Commons IO是Jakarta Commons项目的一个子项目。用来帮助进行IO功能开发.它包含三个主要的领域:Utility classes-提供一些静态方法来完成公共任务.Filters-提供文件过滤器的各种实现.Streams-提供实用的Stream,reader与writer实现.
新版本包括了对FileUtils的提升, 以及一系列bug的fix.
官方提到:
"Commons IO provides low level utilities, file filters and streams that probably should be in the JDK. This release fixes a few bugs and adds various enhancements. These include LineIterator, which allows you to use an iterator interface over a file, and Age and Size filters for files. The Release notes are available online and in the download."
标签: