writeFile

master
chengqf 2 years ago
parent 27eb158ee6
commit f0b483dfc7

@ -164,7 +164,6 @@ public class IDCUtils {
return result;
}
public static void writeFile(byte[] file, String filePath, String fileName) throws Exception {
File targetFile = new File(filePath);
if (!targetFile.exists()) {

Loading…
Cancel
Save