FreeHEP API
Version current

hep.io.root.interfaces
Interface TFile

All Superinterfaces:
RootObject, TDirectory, TNamed, TObject
All Known Implementing Classes:
RootFileReader

public interface TFile
extends RootObject, TDirectory

Version:
$Id: TFile.java,v 1.7 2003/05/23 20:59:15 duns Exp $
Author:
Tony Johnson (tonyj@slac.stanford.edu)
Source Code:
TFile.java

Field Summary
 
Fields inherited from interface hep.io.root.interfaces.TNamed
rootIOVersion
 
Method Summary
 void close()
          Close the file.
 int getVersion()
           
 List streamerInfo()
          Get the StreamerInfo
 TKey streamerInfoKey()
           
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 
Methods inherited from interface hep.io.root.interfaces.TDirectory
getDatimeC, getDatimeM, getKey, getKey, getKey, getKeyForTitle, getNbytesKeys, getNbytesName, getSeekDir, getSeekKeys, getSeekParent, nKeys
 
Methods inherited from interface hep.io.root.interfaces.TNamed
getName, getTitle
 
Methods inherited from interface hep.io.root.interfaces.TObject
getBits, getUniqueID
 

Method Detail

getVersion

public int getVersion()

close

public void close()
           throws IOException
Close the file.

Throws:
IOException

streamerInfo

public List streamerInfo()
                  throws IOException
Get the StreamerInfo

Throws:
IOException

streamerInfoKey

public TKey streamerInfoKey()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.