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, newInstance
clearAssertionStatus, getParent, getResource, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus
public ByteClassLoader(URL[] urls, ClassLoader parent, byte[] classBytes)
public Class<?> findClass(String className) throws ClassNotFoundException
findClass
in class URLClassLoader
ClassNotFoundException
Copyright © 2020 The Apache Software Foundation. All rights reserved.