FileCreateStreamProvider Class

FileCreateStreamProvider class

Represents FileStream implementation for providing streams to the rendering devices.

public class FileCreateStreamProvider : ICreateStreamProvider

Constructors

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

Properties

NameDescription
Directory { get; set; }Gets or sets the directory.
Name { get; set; }Gets or sets the name.

Methods

NameDescription
Dispose()Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
GetStream(string, string)Provides a stream for rendering.
GetStream(string, string, int)Provides a stream for rendering.
ReleaseStream(Stream)Releases the stream.

See Also