writeFile

master
chengqf 2 years ago
parent 54d2c644cb
commit 27eb158ee6

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

Loading…
Cancel
Save