IFileStreamFactory class

IFileStreamFactory class

Defines the methods that are required for instantiating and releasing output file stream.

The IFileStreamFactory type exposes the following members:

Methods

Method Description
create_file_stream Creates the stream used to write output file data.
release_file_stream Releases the stream created by IFileStreamFactory.create_file_stream method.

See Also