ResourceReader(stream)

The fact that ResourceReader can take a stream in it's constructor suggests that there can be several resources in one stream (which once made into a RR can be traversed with an enumerator). Is this correct How can I get my embedded resources into such stream


Answer this question

ResourceReader(stream)