ResourceReader.depersistProperties

Overview | Methods | This Package | All Packages

ResourceReader.depersistProperties

Reads all resource data from the specified stream.

Syntax

public synchronized 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 ResourceWriter.persistProperties method.