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) | 
close, findResource, findResources, getResourceAsStream, getURLs, newInstance, newInstanceclearAssertionStatus, getParent, getResource, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatuspublic ByteClassLoader(URL[] urls, ClassLoader parent, byte[] classBytes)
public Class<?> findClass(String className) throws ClassNotFoundException
findClass in class URLClassLoaderClassNotFoundExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.