WinResourceReader: AddDecoder |
Adds additional resource decoders to interpret binary data that is unknown to the ResourceReader.
Public Sub AddDecoder( ByVal DecoderToAdd As IResourceDecoder )
This allows the ResourceReader to be extended to handle additional resource types. If no decoder exists for the specific resource type, then the raw data is returned in a Byte array.
Resource types can be identified by either a numeric value, or a string name.