gnu.bytecode
public class dump extends ClassFileInput
| Constructor Summary | |
|---|---|
| dump(InputStream str) | |
| Method Summary | |
|---|---|
| static void | main(String[] args) Reads a .class file, and prints out the contents to System.out.
|
| void | printAttributes() |
| Attribute | readAttribute(String name, int length, AttrContainer container) |
| ConstantPool | readConstants() |
| static void | usage() |
Parameters: args One argument - the name of a .class file.