|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectIso2Raw
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 |
public Iso2Raw()
Method Detail |
public boolean convert(java.lang.String isofile, java.lang.String rawfile, java.lang.String licfile)
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |