摘要:
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 @ 2009-10-10 13:51 明明是片海,盗梦的菩提 阅读(1662) 评论(0) 推荐(0)