java 文件编码转换工具类

/**

java 文件编码转换
*/
public class ConvertFileFormatUtils {

public static void main(String[] args) throws Exception {

ConvertFileFormat(new File("C://Users//gouwenyong0000//Desktop//github//java-EE//0.javaSE//code//基础day01-day05:EditPlus//day05//PrimeNumberTest2.java"),
"d://123.java",
"GB2312",
StandardCharsets.UTF_8);

}

/**

java 文件编码转换工具类最先出现在Python成神之路

版权声明:
作者:admin
链接:https://www.techfm.club/p/15042.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>