Writes the specified set of resources to a file.
public void persistProperties( IDataStream data, IResourceSet properties )
data
An IDataStream object that represents the data stream to write the resource data to.
properties
An IResourceSet object that represents the resources to be written to the data stream.
To read the resource data from a file, use the ResourceReader.depersistProperties method.