Microsoft SDK for Java

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.

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