Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.