1. 程式人生 > >android 隨手記--讀取sd卡txt檔案

android 隨手記--讀取sd卡txt檔案

File file = new File(filepath);
    InputStream inputStream = new BufferedInputStream(
                            new FileInputStream(file));
  FileInputStream fis = new FileInputStream(filepath);