FreeHEP API
Version current

hep.io.root.reps
Class TObjArrayRep

java.lang.Object
  extended byhep.io.root.core.AbstractRootObject
      extended byhep.io.root.reps.TObjArrayRep
All Implemented Interfaces:
Collection, List, RootObject, TCollection, TObjArray, TObject, TSeqCollection

public abstract class TObjArrayRep
extends AbstractRootObject
implements TObjArray

Version:
$Id: TObjArrayRep.java,v 1.4 2004/06/28 15:21:25 tonyj Exp $
Author:
Tony Johnson (tonyj@slac.stanford.edu)
Source Code:
TObjArrayRep.java

Field Summary
 
Fields inherited from interface hep.io.root.interfaces.TCollection
rootIOVersion
 
Constructor Summary
TObjArrayRep()
           
 
Method Summary
 int getLowerBound()
           
 int getUpperBound()
           
 void readMembers(RootInput in)
           
 
Methods inherited from class hep.io.root.core.AbstractRootObject
dump, getRootClass, read
 
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.RootObject
getRootClass
 
Methods inherited from interface hep.io.root.interfaces.TCollection
getElementAt, getLast, getName, getSize
 
Methods inherited from interface hep.io.root.interfaces.TObject
getBits, getUniqueID
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Constructor Detail

TObjArrayRep

public TObjArrayRep()
Method Detail

getLowerBound

public int getLowerBound()
Specified by:
getLowerBound in interface TObjArray

getUpperBound

public int getUpperBound()
Specified by:
getUpperBound in interface TObjArray

readMembers

public void readMembers(RootInput in)
                 throws IOException
Overrides:
readMembers in class AbstractRootObject
Throws:
IOException

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.