/*
 * Interface created by InterfaceBuilder. Do not modify.
 *
 * Created on Thu May 10 12:10:41 PDT 2001
 */
package hep.io.root.interfaces;

public interface TLeafS extends hep.io.root.RootObject, TLeaf
{
   public final static int rootIOVersion = 1;
   public final static int rootCheckSum = 1266195551;

   /** Maximum value if leaf range is specified */
   short getMaximum();

   /** Minimum value if leaf range is specified */
   short getMinimum();

   short getValue(int index) throws java.io.IOException;
}
