ResourceWriter: AddEncoder

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 )

Parameters

EncoderToAdd
[ByVal] IResourceEncoder. The encodoer to be added to the writer.

Remarks

The encoder is inserted at the beginning of an internal list. This gives the most recent encoders first chance at encoding values.

See Also

Project CorLib Overview

Class ResourceWriter Overview