黑马程序员技术交流社区

标题: 下面的流在方法运行结束后,需要关吗? [打印本页]

作者: gjf821687    时间: 2016-9-6 15:59
标题: 下面的流在方法运行结束后,需要关吗?
        private static void store(Properties prop, File properties)
                        throws IOException {
                prop.store(new FileWriter(properties), "info");
        }

        private static void load(Properties prop, File properties)
                        throws IOException, FileNotFoundException {
                prop.load(new FileReader(properties));
        }




欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2