| 
 | FreeHEP API Version current | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthep.graphics.heprep.ref.AbstractHepRepReader
hep.graphics.heprep.xml.XMLHepRepReader
| Field Summary | |
| static String | cvsId | 
| Fields inherited from class hep.graphics.heprep.ref.AbstractHepRepReader | 
| input, name, zipFile | 
| Method Summary | |
|  void | close()Closes the reader and its underlying stream. | 
|  boolean | hasNext()Is there a next heprep. | 
|  HepRep | next()Reads the next HepRep from the Reader. | 
| static void | readDefaults() | 
| protected  HepRep | readHepRep(InputStream stream) | 
|  void | reset()Resets a sequential HepRep reader. | 
| Methods inherited from class hep.graphics.heprep.ref.AbstractHepRepReader | 
| entryName, entryNames, getProperty, hasRandomAccess, hasSequentialAccess, read, size, skip | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final String cvsId
| Method Detail | 
public void close()
           throws IOException
HepRepReader
close in interface HepRepReaderclose in class AbstractHepRepReaderIOException
public void reset()
           throws IOException,
                  UnsupportedOperationException
HepRepReader
reset in interface HepRepReaderreset in class AbstractHepRepReaderIOException
UnsupportedOperationException
public boolean hasNext()
                throws IOException,
                       UnsupportedOperationException
HepRepReader
hasNext in interface HepRepReaderhasNext in class AbstractHepRepReaderIOException
UnsupportedOperationException
public HepRep next()
            throws IOException,
                   UnsupportedOperationException,
                   NoSuchElementException
HepRepReader
next in interface HepRepReadernext in class AbstractHepRepReaderIOException
UnsupportedOperationException
NoSuchElementException
protected HepRep readHepRep(InputStream stream)
                     throws IOException
readHepRep in class AbstractHepRepReaderIOException
public static void readDefaults()
                         throws IOException
IOException| 
 | FreeHEP API Version current | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||