ResourceReader Class

ResourceReader Class

This Package | All Packages

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.

Methods

ResourceReader.depersistProperties

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

Returns HashTable containing the properties.

Description

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