public class ByteClassLoader extends URLClassLoader
Constructor and Description |
---|
ByteClassLoader(URL[] urls,
ClassLoader parent,
byte[] classBytes) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
findClass(String className) |
addURL, close, definePackage, findResource, findResources, getPermissions, getResourceAsStream, getURLs, newInstance, newInstance
defineClass, defineClass
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
public ByteClassLoader(URL[] urls, ClassLoader parent, byte[] classBytes)
public Class<?> findClass(String className) throws ClassNotFoundException
findClass
in class URLClassLoader
ClassNotFoundException
Copyright © 2018 The Apache Software Foundation. All rights reserved.