Package org.apache.sysds.runtime.codegen
Class ByteClassLoader
- java.lang.Object
- 
- java.lang.ClassLoader
- 
- java.security.SecureClassLoader
- 
- java.net.URLClassLoader
- 
- org.apache.sysds.runtime.codegen.ByteClassLoader
 
 
 
 
- 
- All Implemented Interfaces:
- Closeable,- AutoCloseable
 
 public class ByteClassLoader extends URLClassLoader 
- 
- 
Constructor SummaryConstructors Constructor Description ByteClassLoader(URL[] urls, ClassLoader parent, byte[] classBytes)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>findClass(String className)- 
Methods inherited from class java.net.URLClassLoaderclose, findResource, findResources, getResourceAsStream, getURLs, newInstance, newInstance
 - 
Methods inherited from class java.lang.ClassLoaderclearAssertionStatus, getDefinedPackage, getDefinedPackages, getName, getParent, getPlatformClassLoader, getResource, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, getUnnamedModule, isRegisteredAsParallelCapable, loadClass, resources, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus
 
- 
 
- 
- 
- 
Constructor Detail- 
ByteClassLoaderpublic ByteClassLoader(URL[] urls, ClassLoader parent, byte[] classBytes) 
 
- 
 - 
Method Detail- 
findClasspublic Class<?> findClass(String className) throws ClassNotFoundException - Throws:
- ClassNotFoundException
 
 
- 
 
-