writeFile

master
chengqf 2 years ago
parent ad34382bba
commit 74a1fa026d

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

Loading…
Cancel
Save