c#实现数据流的处理和文件的读写机制(第七课)
一、数据流概念:
文件流:
内存流:
网络流:
StreamWriter与StreamReader类
BinaryWriter与BinaryReader类
二、文件系统访问:
三、使用流读写文件: