public final class ResourceReader
implements IResourceReader
Reads a binary resources stream into a HashTable that contains property names and values.
Methods
Name | Description |
---|---|
depersistProperties( IDataStream stream) | Depersists all properties from the stream into a HashTable that contains the property values, with the keys set to the property name. |
Returns HashTable containing the properties.
Depersists all properties from the stream into a HashTable that contains the property values, with the keys set to the property name.