Android从文件中读入数据
Android从文件中读入数据
FileInputStream fileInputStream=new FileInputStream(data_path);
BufferedReader bfr=new BufferedReader(new InputStreamReader(fileInputStream));
String instring;
while ((instring=bfr.readLine())!=null){
Log.d(TAG,instring);
}
CAD加油!欢迎跟我一起讨论学习算法,QQ:1401650042