public class ClassDumper
extends java.lang.Object
| Constructor and Description |
|---|
ClassDumper(java.lang.String path) |
ClassDumper(java.lang.String path,
java.io.InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
dump(java.io.PrintStream ps) |
static void |
main(java.lang.String[] args) |
protected void |
printHex(byte[] code)
We must find Class.forName references ...
|
public ClassDumper(java.lang.String path)
throws java.lang.Exception
java.lang.Exceptionpublic ClassDumper(java.lang.String path,
java.io.InputStream in)
throws java.io.IOException
java.io.IOExceptionpublic void dump(java.io.PrintStream ps)
throws java.lang.Exception
java.lang.Exceptionprotected void printHex(byte[] code)
code - public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception