摘要: Apache common-io 包是常用的工具包,他提供了对IO操作的一些封装。首先看一下input包下的 AutoCloseInputStream 类 1: * This class is typically used to release any resources related to an open 2: * stream as soon as possible even if the client application (by not explicitly 3: * closing the stream when no longer needed) or ... 阅读全文
posted @ 2014-01-13 11:02 yingzi.zhu 阅读(1415) 评论(1) 推荐(1)