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. |
Returns a HashTable containing the properties.
Depersist all properties from the stream into a HashTable that contains the property values, with the keys set to the property name.