会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
剑磨十年
大丈夫之志当如长江 东奔大海 何苦怀念于温柔之乡
博客园
首页
新随笔
联系
订阅
管理
2016年4月12日
java操作本地text文件
摘要: //按字节读取 public static void readByBytes(String url) { File file = new File(url); InputStream in = null; try { in = new FileInputStream(file); int temp;
阅读全文
posted @ 2016-04-12 18:37 蓝色土耳其
阅读(598)
评论(0)
推荐(0)
编辑
公告