hep.io.root.core
Class FileClassFactory
java.lang.Object
hep.io.root.core.FileClassFactory
- All Implemented Interfaces:
- RootClassFactory
public class FileClassFactory
- extends Object
- implements RootClassFactory
A class factory used inside a RootFileReader.
It first attempts to resolve classes using the StreamerInfo from the file
itself, and if that fails delelgates to a default class factory.
- Version:
- $Id: FileClassFactory.java 13849 2011-07-01 23:49:23Z tonyj $
- Author:
- tonyj
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileClassFactory
public FileClassFactory(TKey streamerInfo,
RootClassFactory defaultClassFactory,
RootFileReader rfr)
throws RootClassNotFound,
IOException
- Throws:
RootClassNotFound
IOException
getLoader
public RootClassLoader getLoader()
- Specified by:
getLoader
in interface RootClassFactory
create
public BasicRootClass create(String name)
throws RootClassNotFound
- Specified by:
create
in interface RootClassFactory
- Throws:
RootClassNotFound
Copyright © 2000-2013 FreeHEP. All Rights Reserved.