| java.lang.Object COM.rl.obf.patch.PatchMaker
PatchMaker | public class PatchMaker (Code) | | Cycle through a Jar file, copying out required entries to a new patch Jar.
author: Mark Welsh |
Method Summary | |
public void | close() Close input JAR file. | protected void | finalize() Close input JAR file at GC-time. | public void | makePatch(File inFile, File outFile) Make a patch Jar from an obfuscated Jar. |
finalize | protected void finalize() throws Exception(Code) | | Close input JAR file at GC-time.
|
makePatch | public void makePatch(File inFile, File outFile)(Code) | | Make a patch Jar from an obfuscated Jar.
|
|
|