hep.io.root.interfaces
Interface TBasket

All Superinterfaces:
RootObject, TKey, TNamed, TObject
All Known Implementing Classes:
TBasketRep

public interface TBasket
extends RootObject, TKey

Version:
$Id: TBasket.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
 int getBufferSize()
           
 int[] getDisplacement()
           
 int[] getEntryOffset()
           
 byte getFlag()
           
 int getLast()
           
 int getNevBuf()
           
 int getNevBufSize()
           
 void readEntryOffsets(int len)
           
 RootInput setPosition(long index, long basketEntry, TLeaf leaf)
           
 
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
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 

Method Detail

getBufferSize

int getBufferSize()

getDisplacement

int[] getDisplacement()

getEntryOffset

int[] getEntryOffset()

getFlag

byte getFlag()

getLast

int getLast()

getNevBuf

int getNevBuf()

getNevBufSize

int getNevBufSize()

setPosition

RootInput setPosition(long index,
                      long basketEntry,
                      TLeaf leaf)
                      throws IOException
Throws:
IOException

readEntryOffsets

void readEntryOffsets(int len)
                      throws IOException
Throws:
IOException


Copyright © 2000-2013 FreeHEP. All Rights Reserved.