IO

来源:互联网 发布:unity 内存优化 编辑:程序博客网 时间:2024/05/05 03:56

File file=new File("e:\\a.jpg");

PrintStream printstream =new PrintStream(file);

String s=" ";

printStream.write(Base64.decodebase64(s));

printStream.flush();

printStream.close();