摘要: 1、使用FileStream读写文件文件头:using System;using System.Collections.Generic;using System.Text;using System.IO;读文件核心代码:byte[] byData = new byte[100];char[] charData = new char[1000];try{FileStream sFile = new ... 阅读全文
posted @ 2010-11-10 16:08 零纪录 阅读(1324) 评论(0) 推荐(0) 编辑