IResourceWriter

IResourceWriter


Provides an interface for resource writers.


Public:

Methods:

NameDescription
 AddResource Adds a new resource to the collection of resources to be written.  
 CloseWriter Closes the underlying resource file or stream, ensuring all the data has been written to the file.  
 Generate Writes all the resources added by the AddResource method to the output file or stream.  

Remarks

Implement this interface to allow multiple resource writer types to be shared for different resources.

See Also

Project CorLib Overview

Class IResourceWriter Overview