BinaryResourceEncoder

BinaryResourceEncoder


This will accept a byte array to be encoded into a .RES file.


Implements:

IResourceEncoder 

Public:

Methods:

NameDescription
 Encode Stores a byte array to be written out to a resource (.RES) file.  
 GetEncodedResource Retrieves the next encoded resource in the encoder.  
 Reset Releases all currently encoded values.  

Remarks

Multiple resources can be encoded. Each encoded resource will be stored internally for later retrieval.

See Also

Project CorLib Overview

Class BinaryResourceEncoder Overview

ResourceWriter