hep.io.root.reps
Class TBasketRep

java.lang.Object
  extended by hep.io.root.core.AbstractRootObject
      extended by hep.io.root.reps.TBasketRep
All Implemented Interfaces:
TBasket, TKey, TNamed, TObject, RootObject

public abstract class TBasketRep
extends AbstractRootObject
implements TBasket

Version:
$Id: TBasketRep.java 8584 2006-08-10 23:06:37Z duns $
Author:
Tony Johnson (tonyj@slac.stanford.edu)

Field Summary
 
Fields inherited from interface hep.io.root.interfaces.TNamed
rootIOVersion
 
Constructor Summary
TBasketRep()
           
 
Method Summary
 void readEntryOffsets(int len)
           
 void readMembers(RootInput in)
           
 RootInput setPosition(long index, long offset, TLeaf leaf)
           
 
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.interfaces.TBasket
getBufferSize, getDisplacement, getEntryOffset, getFlag, getLast, getNevBuf, getNevBufSize
 
Methods inherited from interface hep.io.root.interfaces.TKey
getCycle, getObject, getObjectClass
 
Methods inherited from interface hep.io.root.interfaces.TNamed
getName, getTitle
 
Methods inherited from interface hep.io.root.interfaces.TObject
getBits, getUniqueID
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 

Constructor Detail

TBasketRep

public TBasketRep()
Method Detail

setPosition

public RootInput setPosition(long index,
                             long offset,
                             TLeaf leaf)
                      throws IOException
Specified by:
setPosition in interface TBasket
Throws:
IOException

readEntryOffsets

public void readEntryOffsets(int len)
                      throws IOException
Specified by:
readEntryOffsets in interface TBasket
Throws:
IOException

readMembers

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


Copyright © 2000-2013 FreeHEP. All Rights Reserved.