IResourceDecoder: Decode |
Decodes a raw resource data, returning the number of embedded resources created.
Public Function Decode( ByVal Key As ResourceKey, ByRef Bytes ( ) As Byte ) As Long
The decoder needs to maintain the newly decoded resource. Only one resource is decoded at a time and then retrieved, so the need to maintain multiple decoded resources is unecessary.