hep.io.root.interfaces
Interface TDirectory
- All Superinterfaces:
- RootObject, TNamed, TObject
- All Known Subinterfaces:
- TFile
- All Known Implementing Classes:
- RootFileReader, TDirectoryRep
public interface TDirectory
- extends RootObject, TNamed
- Version:
- $Id: TDirectory.java 12934 2007-07-05 18:46:15Z tonyj $
- Author:
- Tony Johnson (tonyj@slac.stanford.edu)
getDatimeC
Date getDatimeC()
getDatimeM
Date getDatimeM()
getNbytesKeys
int getNbytesKeys()
getNbytesName
int getNbytesName()
getSeekDir
long getSeekDir()
getSeekKeys
long getSeekKeys()
getSeekParent
long getSeekParent()
getKey
TKey getKey(int index)
getKey
TKey getKey(String name)
- Gets the key for a specific name.
Assumes the highest cycle.
getKey
TKey getKey(String name,
int cycle)
- Gets the key for a specific name and cycle
getKeyForTitle
TKey getKeyForTitle(String title)
nKeys
int nKeys()
hasKey
boolean hasKey(String name,
int cycle)
hasKey
boolean hasKey(String name)
Copyright © 2000-2013 FreeHEP. All Rights Reserved.