Overview | Methods | This Package | All Packages
Writes the specified set of resources to a file.
Syntax
public void persistProperties( IDataStream data, IResourceSet properties )
Parameters
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.
Remarks
To read the resource data from a file, use the ResourceReader.depersistProperties method.