/* * Interface created by InterfaceBuilder. Do not modify. * * Created on Sat May 05 18:29:49 PDT 2001 */ package hep.io.root.interfaces; public interface TArray extends hep.io.root.RootObject { public final static int rootIOVersion = 1; public final static int rootCheckSum = 66135731; /** Number of array elements */ int getN(); }