StringResourceEncoder

StringResourceEncoder


Encodes strings into string tables.


Implements:

IResourceEncoder 

Public:

Methods:

NameDescription
 Encode Encodes a string into a string table.  
 GetEncodedResource Returns the next resource entry byte array.  
 Reset Releases all currently encoded values.  

Remarks

In a .RES file strings are stored into tables of up to 16 strings per table. Each table is uniquely identified based on the range of string IDs.

See Also

Project CorLib Overview

Class StringResourceEncoder Overview