会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
大树的博客
just here
CnBlogs
Home
New Post
Contact
Admin
Subscription
2014年7月1日
stream转byte数组几种方式
第一种,写法最简单的。使用原生IO,一个字节一个字节读://一个字符一个字符读,太慢 int i;while((i=in.read()) != -1){ i = in.read(); arr[j++] = i;}这种方式非常的慢,极为不推荐。...
Read More
posted @ 2014-07-01 15:26 大树的博客
Views(4915)
Comments(0)
Diggs(0)
Edit
公告