@NotStorableClass public final class WriteClassFile extends Object
public static WriteClassFile getInstance()
public void write(byte[] byteCode, String internalName)
byteCode
- internalName
- the name of the class in the internal form of fully qualified
class and interface names as defined in The Java Virtual
Machine Specification. For example,
"java/util/List"
.Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.