hep.io.root.core
Class RootClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by hep.io.root.core.RootClassLoader

public class RootClassLoader
extends ClassLoader

A classloader which can dynamically create classes based on the streamer info objects in a root file.

Author:
tonyj

Method Summary
 Class findClass(String name)
           
 Class loadSpecial(ClassBuilder builder, String name, GenericRootClass rc)
           
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

findClass

public Class findClass(String name)
                throws ClassNotFoundException
Overrides:
findClass in class ClassLoader
Throws:
ClassNotFoundException

loadSpecial

public Class loadSpecial(ClassBuilder builder,
                         String name,
                         GenericRootClass rc)


Copyright © 2000-2013 FreeHEP. All Rights Reserved.