Class Iso2Raw

java.lang.Object
  extended byIso2Raw

public class Iso2Raw
extends java.lang.Object

This class was written based on Conyers' mkpsxiso program (http://www.conyers.demon.co.uk) which "translates" a plain ISO file into a .bin/.cue files pair, so it can be burned and played in PSX! :-)


Constructor Summary
Iso2Raw()
          The class' constructos.
 
Method Summary
 boolean convert(java.lang.String isofile, java.lang.String rawfile, java.lang.String licfile)
          This is the method which really do the job.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Iso2Raw

public Iso2Raw()
The class' constructos. Just initializes some important arrays!

Method Detail

convert

public boolean convert(java.lang.String isofile,
                       java.lang.String rawfile,
                       java.lang.String licfile)
This is the method which really do the job. It requires 3 parameters: iso file name, bin file name (to be generated) and the license file (used to build PSX CD-ROMs).

Parameters:
isofile - Points to an existant file in the disk which is in plain ISO format.
rawfile - Points to the file that will be generated.
licfile - Points to an existant and valid license file.
Returns:
This method return true on succes or false on fail.