摘要:
private void loadLocationFile(int resourceID){//注解2Resources res = this.getResources();InputStream in = null;BufferedReader br = null;try{in = res.openRawResource(R.raw.location_a0 + resourceID);String str;br = new BufferedReader(new InputStreamReader(in, "GBK"));while ((str = br.readLine( 阅读全文
posted @ 2012-06-19 14:56
cndavy
阅读(635)
评论(0)
推荐(0)
浙公网安备 33010602011771号