码迷,mamicode.com
首页 >  
搜索关键字:zip转存string    ( 1个结果
zip格式转化成String
InputStream in = new GZIPInputStream(new FileInputStream(file)); Scanner sc=new Scanner(in); while(sc.hasNextLine()){ html.append(sc.nextLine().toString()+"\r\n");...
分类:其他好文   时间:2014-09-06 17:27:23    阅读次数:183
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!