SharedPreferences中的MODE_APPEND 和 MODE_PRIVATE 区别

本文详细解释了Android中两种文件操作模式:MODE_PRIVATE 和 MODE_APPEND 的功能差异。MODE_PRIVATE 确保文件仅能被创建它的应用程序访问,而 MODE_APPEND 则允许在现有文件末尾追加数据而不覆盖原有内容。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

public static final int MODE_PRIVATE

Added in API level 1
File creation mode: the default mode, where the created file can only be accessed by the calling application (or all applications sharing the same user ID).


public static final int MODE_APPEND

Added in API level 1
File creation mode: for use with openFileOutput(String, int), if the file already exists then write data to the end of the existing file instead of erasing it.

从SDK对于这两个常量的描述来看,他们控制的功能不一样 


MODE_APPEND 的功能是判断是否有该文件,如果有在后面添加,而不是擦除

MODE_PRIVATE 该文件只能被创建他的应用访问(控制访问权限)


功能不同
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值