org.dianahep.root4j.interfaces.TStreamerInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of root4j Show documentation
Show all versions of root4j Show documentation
Derived from FreeHEP ROOT IO (http://java.freehep.org/freehep-rootio); modernized and GUI dropped.
/*
* Interface created by InterfaceBuilder. Do not modify.
*
* Created on Wed Jan 10 15:19:15 PST 2001
*/
package org.dianahep.root4j.interfaces;
public interface TStreamerInfo extends org.dianahep.root4j.RootObject, TNamed
{
int getCheckSum();
int getClassVersion();
org.dianahep.root4j.interfaces.TObjArray getElements();
}