I am using ASM to transform a java class. Instead of loading the byte array into memory, I would like to save the resulting byte array to a .class file. The ASM manual says this is possible, but does not give an example. How can I do this?
-
Please add the relevant quote from the ASM manual.Paul Bellora– Paul Bellora2013-06-20 18:19:49 +00:00Commented Jun 20, 2013 at 18:19
-
4just dumping the bytes into an appropriately-named file won't do?John Dvorak– John Dvorak2013-06-20 18:19:51 +00:00Commented Jun 20, 2013 at 18:19
Add a comment
|