IResourceReader Interface

IResourceReader Interface

This Package | All Packages

public interface IResourceReader

Interface that allows an object to depersist resource data from a binary resource file. The file will be stored by something that supports IResourceWriter.

Methods
Name Description
depersistProperties(IDataStream stream) Depersist all properties from the stream into a HashTable that contains the property values, with the keys set to the property name.

Methods

IResourceReader.depersistProperties

Syntax
public HashTable depersistProperties( IDataStream stream );
Parameters
stream
IDataStream containing the resource data.
Return Value

Returns a HashTable containing the properties.

Description

Depersist all properties from the stream into a HashTable that contains the property values, with the keys set to the property name.