java中的可释放资源定义,类似c#中的using
摘要:public static class FileDuplicator implements AutoCloseable { Scanner in = null; PrintWriter out = null; public FileDuplicator(String sourceFile, String destFile)...
阅读全文
posted @ 2018-02-08 11:51
posted @ 2018-02-08 11:51
posted @ 2018-02-05 17:42
posted @ 2018-01-25 14:43
posted @ 2018-01-19 16:15