org.apache.openjpa.enhance
Class AsmAdaptor

java.lang.Object
  extended by org.apache.openjpa.enhance.AsmAdaptor

public class AsmAdaptor
extends Object


Constructor Summary
AsmAdaptor()
           
 
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
 

Constructor Detail

AsmAdaptor

public AsmAdaptor()
Method Detail

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.