IResourceWriter |
Name | Description |
---|---|
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. |
Implement this interface to allow multiple resource writer types to be shared for different resources.