()
| 93 | } |
| 94 | |
| 95 | @Test |
| 96 | public void testCopy() throws Exception { |
| 97 | System.out.println("测试文件拷贝"); |
| 98 | String copy = TestUtil.path + "/text/GBKTOUTF8.txt"; |
| 99 | String dest = TestUtil.path + "temp/GBKTOUTF8.txt"; |
| 100 | FileUtil.copy(copy, dest); |
| 101 | } |
| 102 | |
| 103 | @Test |
| 104 | public void testAppendLine() { |