zl程序教程

您现在的位置是:首页 >  其它

当前栏目

filestream streamreader

FileStream
2023-09-11 14:16:43 时间

filestream是一个读取文件的stream,其本身也是支持read和write的,负责的对文件的读与写,而streamreader则是建立在对流的基础上的读,同时还有streamwrite

 

http://bbs.csdn.net/topics/280026654

 

基本相似,但是目标数组的类型不同,streamreader一个为char[],filestream一个为byte[]。

 

 

http://developer.51cto.com/art/200908/143638.htm

 

http://developer.51cto.com/art/200908/143657.htm