Microsoft SDK for Java

Win32SystemResourceDecoder Class Constructors

The Win32SystemResourceDecoder Class contains the following constructors:

Win32SystemResourceDecoder()
Win32SystemResourceDecoder(String filename)

Win32SystemResourceDecoder()

Creates a resource decoder object that attaches to the Microsoft virtual machine resource handler (vmhelper.dll). This is the resource handler the object obtains resources from.

Syntax

public Win32SystemResourceDecoder() throws FileNotFoundException;

Exceptions

FileNotFoundException if vmhelper.dll cannot be found.

Win32SystemResourceDecoder(String filename)

Creates a resource decoder object that attaches to the user specified resource handler.

Syntax

public Win32SystemResourceDecoder(String filename) throws FileNotFoundException;

Parameters

filename The resource handler file that the object attaches to and obtains resources from.

Exceptions

FileNotFoundException if file name is invalid or cannot be found.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.