Class patchclass

java.lang.Object
  |
  +--patchclass

public class patchclass
extends java.lang.Object

Patch all Utf8 constants in the given class file file.class and save the result in _file.class. Usage: patch files

Version:
$Id: patchclass.java,v 1.2 2001/05/09 09:26:57 dahm Exp $
Author:
M. Dahm

Constructor Summary
patchclass()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

patchclass

public patchclass()
Method Detail

main

public static void main(java.lang.String[] argv)