org.apache.commons.javaflow.bytecode
Class BytecodeClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by org.apache.commons.javaflow.bytecode.BytecodeClassLoader

public class BytecodeClassLoader
extends ClassLoader


Constructor Summary
BytecodeClassLoader()
           
 
Method Summary
 Class<?> loadClass(byte[] bytecode)
           
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BytecodeClassLoader

public BytecodeClassLoader()
Method Detail

loadClass

public Class<?> loadClass(byte[] bytecode)


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.