标签: c#
如何在将(执行IO操作)写入设备之前清除流。
system.IO.Stream mstream=new stream(); mstream.Flush();
Flush不会清除Stream中的数据。