为了账号安全,请及时绑定邮箱和手机立即绑定

android中FileOutputStream初始化的问题。

android中FileOutputStream初始化的问题。

holdtom 2018-12-06 13:02:17
FileOutputStream fos = openFileOutput("FileDemo1.txt", MODE_PRIVATE); 这个openFileOutput()是怎么调用的呢? 根据源码看是ContextWrapper的方法: public FileOutputStream openFileOutput(String name, int mode) throws FileNotFoundException { return mBase.openFileOutput(name, mode); } 但是这个方法直接调用的context的抽象方法: public abstract FileOutputStream openFileOutput(String name, int mode) throws FileNotFoundException; 没有找到从哪里初始化的。我碰到的问题是打开输出流的时候channel属性为空,我想找下是从哪获取的。 
查看完整描述

1 回答

?
饮歌长啸

TA贡献1951条经验 获得超3个赞

你要源码在apache-ode-src-1.2.z

下载地址:

http://www.verysource.com/apache-ode-src-1-2-z-210388.html

查看完整回答
反对 回复 2018-12-16
  • 1 回答
  • 0 关注
  • 985 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信