从品牌网站建设到网络营销策划,从策略到执行的一站式服务
Code tells all:
using System; using System.IO; namespace CSharpTest { class Program { static void Main(string[] args) { FileStream fsRead = File.OpenRead(@"D:\test\in.txt"); FileStream fsWrite = File.OpenWrite(@"D:\test\out.txt"); byte[] buf = new byte[1024 * 8]; int total = 0; int size = 0; do { //注意第二个参数是在buffer中的偏移量,不是在文件中的偏移量 size = fsRead.Read(buf, 0, buf.Length); fsWrite.Write(buf, 0, size); total += size; }while (size > 0); if (total != fsRead.Length) { Console.WriteLine("Error: total != fsRead.Length"); } fsRead.Close(); fsWrite.Close(); Console.Write("GAME OVER!"); Console.ReadKey(); } } }
相关阅读:
1、FileStream.Read 方法
2、FileStream.Write 方法
*** walker ***
创新互联www.cdcxhl.cn,专业提供香港、美国云服务器,动态BGP最优骨干路由自动选择,持续稳定高效的网络助力业务部署。公司持有工信部办法的idc、isp许可证, 机房独有T级流量清洗系统配攻击溯源,准确进行流量调度,确保服务器高可用性。佳节活动现已开启,新人活动云服务器买多久送多久。
成都网站建设公司地址:成都市青羊区太升南路288号锦天国际A座10层 建设咨询028-86922220
成都快上网科技有限公司-四川网站建设设计公司 | 蜀ICP备19037934号 Copyright 2020,ALL Rights Reserved cdkjz.cn | 成都网站建设 | © Copyright 2020版权所有.
专家团队为您提供成都网站建设,成都网站设计,成都品牌网站设计,成都营销型网站制作等服务,成都建网站就找快上网! | 成都网站建设哪家好? | 网站建设地图