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 java.lang.ClassLoader


Constructor Summary
BytecodeClassLoader()
           
 
Method Summary
 java.lang.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 java.lang.Class loadClass(byte[] bytecode)


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.