标签:http src log ble sea puts res 自动 接口
// 使用完毕,无论是否产生异常,系统都会把 流 给关闭
// 不需要我们手动的关闭了
// try 后加 (),创建 流 的代码放在 () 中,如果只有一行,最后的 ; 可加可不加
// 如果要创建多个 流,添加 ; 继续再 () 中创建
// try-with-resource,自动关闭流,使用这个功能必须要求 class 实现 Closeable 接口
在使用的时候不用考虑实现Closeable 接口,因为我们一般使用的都是InputStream的子类,InputStream已经实现了Closeable 接口
标签:http src log ble sea puts res 自动 接口
原文地址:http://www.cnblogs.com/niuxiao12---/p/7250165.html