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 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
 
Method Summary
 void close()
          Close the file.
 int getVersion()
           
 List streamerInfo()
          Get the StreamerInfo
 TKey streamerInfoKey()
           
 
Methods inherited from interface hep.io.root.interfaces.TDirectory
getDatimeC, getDatimeM, getKey, getKey, getKey, getKeyForTitle, getNbytesKeys, getNbytesName, getSeekDir, getSeekKeys, getSeekParent, hasKey, hasKey, nKeys
 
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
 

Method Detail

getVersion

int getVersion()

close

void close()
           throws IOException
Close the file.

Throws:
IOException

streamerInfo

List streamerInfo()
                  throws IOException
Get the StreamerInfo

Throws:
IOException

streamerInfoKey

TKey streamerInfoKey()


Copyright © 2000-2013 FreeHEP. All Rights Reserved.