You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-user@jakarta.apache.org by Shirley Park <sm...@virginia.edu> on 2011/07/15 22:57:28 UTC

Looking for an inverse JavaClass.dump() method

Hello,
  Does there exist a method in bcel that does the inverse of 
what JavaClass.dump() does. Where JavaClass's dump method takes the 
JavaClass info and produces a .class file, I am looking for a method 
that takes a .class file and produces some text file with the JavaClass 
representation information on it.
-Thanks