org.apache.openjpa.enhance
Class AsmAdaptor
java.lang.Object
org.apache.openjpa.enhance.AsmAdaptor
public class AsmAdaptor
- extends Object
|
Method Summary |
static byte[] |
toByteArray(serp.bytecode.BCClass bc,
byte[] returnBytes)
|
static void |
write(serp.bytecode.BCClass bc)
|
static void |
write(serp.bytecode.BCClass bc,
File outFile)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsmAdaptor
public AsmAdaptor()
write
public static void write(serp.bytecode.BCClass bc)
throws IOException
- Throws:
IOException
write
public static void write(serp.bytecode.BCClass bc,
File outFile)
throws IOException
- Throws:
IOException
toByteArray
public static byte[] toByteArray(serp.bytecode.BCClass bc,
byte[] returnBytes)
throws IOException
- Throws:
IOException
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.