aQute.libg.classdump
Class ClassDumper

java.lang.Object
  extended by aQute.libg.classdump.ClassDumper

public class ClassDumper
extends Object


Nested Class Summary
protected static class ClassDumper.Assoc
           
 
Constructor Summary
ClassDumper(String path)
           
ClassDumper(String path, InputStream in)
           
 
Method Summary
 void dump(PrintStream ps)
           
static void main(String[] args)
           
protected  void printHex(byte[] code)
          We must find Class.forName references ...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassDumper

public ClassDumper(String path)
            throws Exception
Throws:
Exception

ClassDumper

public ClassDumper(String path,
                   InputStream in)
            throws IOException
Throws:
IOException
Method Detail

dump

public void dump(PrintStream ps)
          throws Exception
Throws:
Exception

printHex

protected void printHex(byte[] code)
We must find Class.forName references ...

Parameters:
code -

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2010 aQute SARL. All Rights Reserved.