2013年5月3日
摘要: 有个工具类逐行读文本文件,读取数据然后放入内存中。代码如下:FSDataInputStream in = null;BufferedReader br = null; FileSystem fs = FileSystem.get(new URI(somePath), new Configuratio... 阅读全文
posted @ 2013-05-03 18:59 山君 阅读(215) 评论(0) 推荐(0) 编辑