hep.io.root.core
Class AbstractRootObject
java.lang.Object
hep.io.root.core.AbstractRootObject
- All Implemented Interfaces:
- RootObject
- Direct Known Subclasses:
- TBasketRep, TBranchClonesRep, TBranchElementRep, TBranchRep, TClonesArrayRep, TCollectionRep, TDatimeRep, TDirectoryRep, TKeyRep, TLeafBRep, TLeafCRep, TLeafDRep, TLeafElementRep, TLeafFRep, TLeafIRep, TLeafObjectRep, TLeafRep, TLeafSRep, TListRep, TMapRep, TObjArrayRep, TRefArrayRep, TStringRep, TTreeRep
- public abstract class AbstractRootObject
- extends Object
- implements RootObject
- Author:
- tonyj
- Source Code:
- AbstractRootObject.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRootObject
public AbstractRootObject()
getRootClass
public RootClass getRootClass()
- Description copied from interface:
RootObject
- Get the class of this object
- Specified by:
getRootClass
in interface RootObject
- Returns:
- The RootClass for this object
dump
public void dump(PrintStream out)
read
public void read(RootInput in)
throws IOException
- Throws:
IOException
readMembers
protected void readMembers(RootInput in)
throws IOException
- Throws:
IOException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.