Uses of Interface
hep.io.root.core.RootInput

Packages that use RootInput
hep.io.root.core   
hep.io.root.interfaces Public interfaces implemented by objects read from a Root file. 
hep.io.root.reps   
 

Uses of RootInput in hep.io.root.core
 

Classes in hep.io.root.core that implement RootInput
 class FastInputStream
           
 class RootDaemonInputStream
           
 class RootRandomAccessFile
           
 

Methods in hep.io.root.core that return RootInput
 RootInput FastInputStream.getTop()
           
 RootInput RootDaemonInputStream.getTop()
           
 RootInput RootRandomAccessFile.getTop()
           
 RootInput RootInput.getTop()
          Returns the RootInput at the top of top of the heirarchy of slices
 RootInput FastInputStream.slice(int size)
           
 RootInput RootDaemonInputStream.slice(int size)
           
 RootInput RootRandomAccessFile.slice(int size)
           
 RootInput RootInput.slice(int size)
          Returns a new RootInput stream which represents a slice of this RootInput stream.
 RootInput FastInputStream.slice(int inSize, int outSize)
           
 RootInput RootDaemonInputStream.slice(int inSize, int outSize)
           
 RootInput RootRandomAccessFile.slice(int inSize, int outSize)
           
 RootInput RootInput.slice(int inSize, int outSize)
          Slice and decompress
 

Methods in hep.io.root.core with parameters of type RootInput
 void AbstractRootObject.read(RootInput in)
           
abstract  void Clones.read(RootInput in, int nClones)
           
static void IOUtils.readFixedArray(RootInput in, Object[] data, String type)
           
protected  void AbstractRootObject.readMembers(RootInput in)
           
static void IOUtils.readVariableMultiArray(RootInput in, float[][] source, int[] lengths)
           
 

Uses of RootInput in hep.io.root.interfaces
 

Methods in hep.io.root.interfaces that return RootInput
 RootInput TBasket.setPosition(long index, long basketEntry, TLeaf leaf)
           
 RootInput TBranch.setPosition(TLeaf leaf, long index)
           
 

Uses of RootInput in hep.io.root.reps
 

Methods in hep.io.root.reps that return RootInput
 RootInput TLeafElementRep.setPosition(long pos)
           
 RootInput TBasketRep.setPosition(long index, long offset, TLeaf leaf)
           
 RootInput TBranchRep.setPosition(TLeaf leaf, long index)
           
 

Methods in hep.io.root.reps with parameters of type RootInput
 void TLeafRep.read(RootInput in)
           
 void TBranchRep.read(RootInput in)
           
 void TLeafElementRep.read(RootInput in)
           
 void TLeafObjectRep.read(RootInput in)
           
 void TBranchElementRep.read(RootInput in)
           
 void TStringRep.readMembers(RootInput in)
           
 void TKeyRep.readMembers(RootInput in)
           
 void TListRep.readMembers(RootInput in)
           
 void TDatimeRep.readMembers(RootInput in)
           
 void TObjArrayRep.readMembers(RootInput in)
           
 void TCollectionRep.readMembers(RootInput in)
           
 void TRefArrayRep.readMembers(RootInput in)
           
 void TDirectoryRep.readMembers(RootInput in)
           
 void TBranchClonesRep.readMembers(RootInput in)
           
 void TMapRep.readMembers(RootInput in)
           
 void TClonesArrayRep.readMembers(RootInput in)
           
 void TBasketRep.readMembers(RootInput in)
           
 



Copyright © 2000-2013 FreeHEP. All Rights Reserved.