java.lang.Object
com.chaoswg.xtc4y.util.ClassFilePrinter
- public class ClassFilePrinter
- extends java.lang.Object
This util class simple prints the content of a classfile onto the standard
output stream
|
Method Summary |
static void |
main(java.lang.String[] argv)
Run this class with the filename as the only argument |
void |
print(java.lang.String className)
Print the content of a class onto the standard output stream |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassFilePrinter
public ClassFilePrinter()
print
public void print(java.lang.String className)
throws java.io.IOException
- Print the content of a class onto the standard output stream
main
public static void main(java.lang.String[] argv)
throws java.lang.Exception
- Run this class with the filename as the only argument