public class ClassDumper extends Object
| Constructor and Description |
|---|
ClassDumper(String path) |
ClassDumper(String path,
InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
dump(PrintStream ps) |
static void |
main(String[] args) |
protected void |
printHex(byte[] code)
We must find Class.forName references ...
|
public ClassDumper(String path, InputStream in) throws IOException
IOExceptionCopyright © 2019 aQute SARL. All rights reserved.