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