站内搜索: 请输入搜索关键词

当前页面: 开发资料首页业界新闻Jakarta Commons-IO 1.1版发布

Jakarta Commons-IO 1.1版发布

摘要: Commons IO是Jakarta Commons项目的一个子项目。考虑到IO实现所需要的技巧,一般不推荐普通程序员去实现自己的IO代码,Commons IO包含了大量Java IO的标准处理过程和类,例如流、过滤器等。
Jakarta Commons 开发小组宣布 发布 Commons-IO 1.1版。

Commons IO是Jakarta Commons项目的一个子项目。考虑到IO实现所需要的技巧,一般不推荐普通程序员去实现自己的IO代码,Commons IO包含了大量Java IO的标准处理过程和类,例如流、过滤器等。

他们提到:
"This release fixes all open bugs, and adds various enhancements, including: FilenameUtils - A static utility class for working with filenames without File objects, FileSystemUtils - A static utility class that allows you to get the free space on a drive, IOUtils/FileUtils - read and write files line by line into a List, and WildcardFilter - A new filter that can match using wildcard file names. ...There are some minor semantic changes caused by bug fixes which should not affect the vast majority of 1.0 users ...To simplify the API, there has also been a deprecation"

下载:
http://jakarta.apache.org/commons/io/


↑返回目录
前一篇: Google计划投资近10亿美元用于社会慈善事业
后一篇: 测试框架TestNG 发布4.0 版本