MboxrdStorageWriter

MboxrdStorageWriter(Stream, bool)

初始化MboxrdStorageWriter班级。

public MboxrdStorageWriter(Stream stream, bool leaveOpen)
范围类型描述
streamStream流。
leaveOpenBoolean如果设置为真的处置后保持底层流打开。

例外

例外(健康)状况
ArgumentNullException如果给定的流为空。

也可以看看


MboxrdStorageWriter(string, bool)

初始化MboxrdStorageWriter类.

public MboxrdStorageWriter(string fileName, bool leaveOpen)
范围类型描述
fileNameString文件的名称。
leaveOpenBoolean如果设置为真的处置后使基础流保持打开状态。

例外

例外(健康)状况
ArgumentNullException如果文件名为空或为空。

也可以看看