会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
彪悍的小黑
博客园
首页
博问
闪存
新随笔
订阅
管理
2013年8月13日
文件和字节流的相互转换
摘要: 1、读取文件,并转换为字节流FileStream fs = new FileStream(filename, FileMode.Open, FileAccess.Read); byte[] infbytes = new byte[(int)fs.Length]; ...
阅读全文
posted @ 2013-08-13 17:33 彪悍的小黑
阅读(2023)
评论(0)
推荐(0)