Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.chaoswg.xtc4y.util
Class ClassFilePrinter  view ClassFilePrinter download ClassFilePrinter.java

java.lang.Object
  extended bycom.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


Constructor Summary
ClassFilePrinter()
           
 
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
 

Constructor Detail

ClassFilePrinter

public ClassFilePrinter()
Method Detail

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