を使用してテキストファイルを読む:擬似コード(私が考えたもの私はアンドロイドのアプリのようにテキストファイル読むことができる方法のInputStream
"something written\nin this file\nis to be read by\nthe InputStream"
さ:
"1.something written
2.in this file
3.is to be read by
4.the InputStream
..."
をので、私は次のように文字列を返すことができます):
make an inputstream
is = getAssest().open("textfile.txt"); //in try and catch
for loop{
string = is.read() and if it equals "." (i.e. from 1., 2., 3. etc) add "/n" ...
}
それはあなたが任意のtxtファイルを持っている、uはのFileInputStreamを使用して、そのテキストファイルを読みたい場合は、あなたがそうすることができる方法と場所あなたのコード – Adonis
を使用するようにコンテキストを提供するのに役立つと考え..... .....あなたのファイルに=新しいファイル(abc.txt);これはあなたのコンソールに表示されます。data String str = new String(data); System.out.println(文字列); – Ziyad
.read(data)の結果は無視されます。 –