IResourceWriter |
Name | Description |
---|---|
![]() | Adds a new resource to the collection of resources to be written. |
![]() | Closes the underlying resource file or stream, ensuring all the data has been written to the file. |
![]() | 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.