new FileOutputStream和openFileOutput区别

Posted nuochong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了new FileOutputStream和openFileOutput区别相关的知识,希望对你有一定的参考价值。

问下FileOutputStream fos = new FileOutputStream(filePath);和 //操作sd卡文件
FileOutputStream fos = openFileOutput("logo.png", Context.MODE_PRIVATE)//操作file文件
后面的区别,什么时候用FileOutputStream什么时候用openFileOutput

 

 

 

就是第一个是本质,第二个是activity封装给你使用的方法,只有在activity里面才能调用

 

以上是关于new FileOutputStream和openFileOutput区别的主要内容,如果未能解决你的问题,请参考以下文章

FileOutputStream():java.io.FileNotFoundException: 路经/.db: open failed: EACCES (Permission denied)(代码

POI 设置

Ruby 中的 TCPServer.new(port) 和 TCPServer.open("X.X.X.X", port) 有啥区别?

jenkins pipeline 使用groovy操作文件提示java.io.FileNotFoundException: ×××××.txt (No such file or directory)

Java解决java.io.FileNotFoundException: E:workwork (拒绝访问。)

Java解决java.io.FileNotFoundException: E:workwork (拒绝访问。)