ResourceSet.ResourceSet

Overview | Methods | This Package | All Packages

ResourceSet.ResourceSet

Creates a ResourceSet object.

Syntax

public ResourceSet()

public ResourceSet( HashTable ht )

public ResourceSet( HashTable ht, boolean ownHashTable )

Parameters

ht

A HashTable object that contains the resource data.

ownHashTable

Set to true to store and retrieve data from the ht parameter; set to false to simply copy data from ht. If no value is specified for the ownHashTable parameter, the data from ht is copied.