LocalFileSystemStorage Class

LocalFileSystemStorage class

A file system storage.

public class LocalFileSystemStorage : IOutputStorage

Constructors

NameDescription
LocalFileSystemStorage()Initializes a new instance of the LocalFileSystemStorage class.
LocalFileSystemStorage(string)Initializes a new instance of the LocalFileSystemStorage class.

Properties

NameDescription
OutputDirectory { get; set; }Gets or sets the output directory.

Methods

NameDescription
virtual CreateStream(OutputStreamContext)Creates the output file stream OutputStream.
virtual ReleaseStream(OutputStream)Releases the output file stream.

See Also