android 读取文件内容操作.pdfVIP

  • 1
  • 0
  • 约4.42千字
  • 约 4页
  • 2021-11-13 发布于浙江
  • 举报
android 读取文件内容操作 在Android 系统中,这些文件保存在 /data/data/PACKAGE_NAME/files 目录下。 数据读取 view plaincopy to clipboardprint? public static String read(Context context, String file) { String data = ; try { FileInputStream stream = context.openFileInput(file); StringBuffer sb = new St

文档评论(0)

1亿VIP精品文档

相关文档