The Win32SystemResourceDecoder Class contains the following constructors:
Win32SystemResourceDecoder()
Win32SystemResourceDecoder(String filename)
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.
public Win32SystemResourceDecoder() throws FileNotFoundException;
FileNotFoundException if vmhelper.dll cannot be found.
Creates a resource decoder object that attaches to the user specified resource handler.
public Win32SystemResourceDecoder(String filename) throws FileNotFoundException;
filename | The resource handler file that the object attaches to and obtains resources from. |
FileNotFoundException if file name is invalid or cannot be found.