hep.io.root.reps
Class TKeyRep
java.lang.Object
hep.io.root.core.AbstractRootObject
hep.io.root.reps.TKeyRep
- All Implemented Interfaces:
- RootObject, TKey, TNamed, TObject
- public abstract class TKeyRep
- extends AbstractRootObject
- implements TKey
- Version:
- $Id: TKeyRep.java,v 1.4 2005/05/17 05:13:57 tonyj Exp $
- Author:
- Tony Johnson (tonyj@slac.stanford.edu)
- Source Code:
- TKeyRep.java
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-2004 FreeHEP, All Rights Reserved.