【android Plist解析器xml资产】一身转战三千里,一剑曾当百万师。这篇文章主要讲述android Plist解析器xml资产相关的知识,希望能为你提供帮助。
http://kpbird.blogspot.hk/2011/08/android-plist-parser.html
- /// Read plist from Assets
- private String readPlistFromAssets( Context context, String path) {
- StringBuffer sb = new StringBuffer( ) ;
- BufferedReader br = null;
- try {
- br = new BufferedReader( new InputStreamReader( context.getAssets( ) .open( path) ) ) ;
- String temp;
- while ( ( temp = br.readLine( ) ) != null)
- sb.append( temp) ;
- } catch ( IOException e) {
- e.printStackTrace( ) ;
- } finally {
- try {
- br.close( ) ; // stop reading
- } catch ( IOException ex) {
- ex.printStackTrace( ) ;
- }
- }
- return sb.toString( ) ;
- }
推荐阅读
- android plist解析器
- Android MyOverlay扩展覆盖
- Android和Iphone-现代css媒体查询
- .NET-C#-Interop-Excel-Utility/Wrapper类
- Appindicator正面
- 使用AppleScript重新启动Django开发服务器
- 用于检测访问者是否在android设备上的函数
- AppStore从网站自动检测应用程序
- JPA NonflushableQueryRapper公司