CreateFileStream

CreateFileStream delegate

表示实例化stream的方法,用于写入输出文件数据。

public delegate Stream CreateFileStream();

返回值

用于写入输出文件数据的流。

也可以看看