IResourceReader.depersistProperties

Overview | Methods | This Package | All Packages

IResourceReader.depersistProperties

Reads all resource data from the specified stream.

Syntax

public IResourceSet depersistProperties( IDataStream stream )

Parameters

stream

An IDataStream object that contains the resource data.

Return Value

Returns an IResourceSet object that represents the resources that were read.

Remarks

To write the resource data to a file, use the IResourceWriter.persistProperties method.