MboxrdStorageWriter.MboxrdStorageWriter

MboxrdStorageWriter(Stream, bool)

Initializes a new instance of the MboxrdStorageWriter class.

public MboxrdStorageWriter(Stream stream, bool leaveOpen)
ParameterTypeDescription
streamStreamThe stream.
leaveOpenBooleanif set to true leaves the underlying stream open after disposing.

Exceptions

exceptioncondition
ArgumentNullExceptionIf given stream is null.

See Also


MboxrdStorageWriter(string, bool)

Initializes a new instance of the MboxrdStorageWriter class.

public MboxrdStorageWriter(string fileName, bool leaveOpen)
ParameterTypeDescription
fileNameStringName of the file.
leaveOpenBooleanif set to true leaves the underlying stream open after disposing.

Exceptions

exceptioncondition
ArgumentNullExceptionIf filename is null or empty.

See Also