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
[getDirectory]
[setDirectory] Gets or sets the directory.
[getName]
[setName] 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