Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
FileInputStream.そのメソッドのパスを指定する方法を教えてください。私はアンドロイドの初心者です。
FileInputStream fis; fis = openFileInput();
使用する:
InputStream raw = context.getResources().openRawResource(R.raw.test);
そのファイルの InputStream を取得します。次に、BufferedReader または Reader など、必要なものを構築して、データを読み取ることができます。