hep.io.root.reps
Class TKeyRep
java.lang.Object
hep.io.root.core.AbstractRootObject
hep.io.root.reps.TKeyRep
- All Implemented Interfaces:
- TKey, TNamed, TObject, RootObject
public abstract class TKeyRep
- extends AbstractRootObject
- implements TKey
- Version:
- $Id: TKeyRep.java 13619 2009-04-10 00:28:43Z tonyj $
- Author:
- Tony Johnson (tonyj@slac.stanford.edu)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface hep.io.root.interfaces.TKey |
getCycle |
TKeyRep
public TKeyRep()
getObject
public RootObject getObject()
throws RootClassNotFound,
IOException
- Get the object corresonding to this key
- Specified by:
getObject
in interface TKey
- Throws:
RootClassNotFound
IOException
getObjectClass
public RootClass getObjectClass()
throws RootClassNotFound,
IOException
- Description copied from interface:
TKey
- Get the class of the object associated with this key.
- Specified by:
getObjectClass
in interface TKey
- Throws:
RootClassNotFound
IOException
readMembers
public void readMembers(RootInput in)
throws IOException
- Overrides:
readMembers
in class AbstractRootObject
- Throws:
IOException
Copyright © 2000-2013 FreeHEP. All Rights Reserved.