ResourceWriter: AddEncoder |
Allows additional encoders to be added to the writer to encode additional datatypes to be written to a .RES file.
Public Sub AddEncoder( ByVal EncoderToAdd As IResourceEncoder )
The encoder is inserted at the beginning of an internal list. This gives the most recent encoders first chance at encoding values.