FreeHEP API
Version current

hep.io.root.reps
Class TBasketRep

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

public abstract class TBasketRep
extends AbstractRootObject
implements TBasket

Version:
$Id: TBasketRep.java,v 1.5 2005/05/17 05:13:57 tonyj Exp $
Author:
Tony Johnson (tonyj@slac.stanford.edu)
Source Code:
TBasketRep.java

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.RootObject
getRootClass
 
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
 

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.