public class DynamicClassLoader extends ClassLoader
| Constructor and Description |
|---|
DynamicClassLoader() |
DynamicClassLoader(ClassLoader parent) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
defineClass(String name,
byte[] byteCode) |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic DynamicClassLoader()
public DynamicClassLoader(ClassLoader parent)
public Class<?> defineClass(String name, byte[] byteCode) throws ClassFormatError
ClassFormatErrorCopyright © 2012–2014 Facebook, Inc.. All rights reserved.