Android内存与外存混淆
创始人
2024-10-09 10:30:21
0

在 Android 设备中,Internal Storage(内存)和 External Storage(外存)是两个不同的概念。然而,由于名称相似,很容易混淆,特别是在与存储有关的编程中。因此,以下是一些应该知道的关键点:

  1. Internal Storage 是设备自带的不可移除存储,通常用于存储应用程序私有数据。这包括 SharedPreferences、数据库和其他文本文件等。对于用户来说,这个存储是不可见的,无法直接访问。

  2. External Storage 则是用于共享文件的存储。它是可移除的媒体,例如 SD 卡或 USB 存储器。对于用户来说,这个存储是可以在系统文件管理器中直接访问的。

以下是一个简单的代码示例,用于读写 Internal 和 External Storage:

读取 Internal Storage 上的 SharedPreferences:

SharedPreferences preferences = getApplicationContext().getSharedPreferences("my_preferences", Context.MODE_PRIVATE);
String value = preferences.getString("key", "default_value");

写入 Internal Storage 上的文件:

String fileContent = "This is the content of my file";
try {
    FileOutputStream fos = openFileOutput("myfile.txt", Context.MODE_PRIVATE);
    fos.write(fileContent.getBytes());
    fos.close();
} catch (IOException e) {
    e.printStackTrace();
}

读取 External Storage 上的文件:

String state = Environment.getExternalStorageState();
if (Environment.MEDIA_MOUNTED.equals(state)) {
    File file = new File(Environment.getExternalStorageDirectory(), "my_file.txt");
    try {
        FileInputStream fis = new FileInputStream(file);
        byte[] buffer = new byte[fis.available()];
        fis.read(buffer);
        String fileContent = new String(buffer);
        fis.close();
    } catch (IOException e) {
        e.printStackTrace();
    }
}

写入 External Storage 上的文件:

String fileContent = "This is the content of my file";
if (Environment.MEDIA_MOUNTED.equals(Environment

相关内容

热门资讯

黑科技科技(wepoke智能a... 黑科技科技(wepoke智能ai)wepower使用说明书(wepOkE)素来是真的有挂(确实有挂)...
黑科技模拟器(wepoke智能... WePoker透视辅助工具核心要点解析‌,黑科技模拟器(wepoke智能ai)wepoke是机器发牌...
黑科技脚本(wepokeai代... 您好,这款游戏可以开挂的,确实是有挂的,需要了解加微【136704302】很多玩家在这款游戏中打牌都...
黑科技辅助挂(wepoke真的... 黑科技辅助挂(wepoke真的有挂)wepoke 软件(wEPOKE)固有真的有挂(有挂猫腻)-哔哩...
黑科技辅助挂(wepoke黑科... 黑科技辅助挂(wepoke黑科技)wepoke软件透明挂演示(wEpOke)一直真的有挂(真的有挂)...
黑科技app(wepoke真的... 此外,数据分析德州()辅助神器app还具备辅助透视行为开挂功能,通过对客户透明挂的深入研究,你可以了...
黑科技智能ai(wepoke辅... 黑科技智能ai(wepoke辅助插件)wepoke软件透明(WEPOke)先前是有挂(果真有挂)-哔...
黑科技模拟器(wepoke透明... 黑科技模拟器(wepoke透明黑科技)wepoke德州扑克用ai代打(WEPOKE)最初存在有挂(有...
黑科技插件(wepoke辅助插... 黑科技插件(wepoke辅助插件)wepoke软件透明(WEPOke)从来是真的有挂(有挂解惑)-哔...
黑科技美元局(wepoke智能... 黑科技美元局(wepoke智能ai)wepoke辅助真的假的(wepoKE)原先真的有挂(竟然有挂)...