|
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 HepRepReader
close
in class AbstractHepRepReader
IOException
public void reset() throws IOException, UnsupportedOperationException
HepRepReader
reset
in interface HepRepReader
reset
in class AbstractHepRepReader
IOException
UnsupportedOperationException
public boolean hasNext() throws IOException, UnsupportedOperationException
HepRepReader
hasNext
in interface HepRepReader
hasNext
in class AbstractHepRepReader
IOException
UnsupportedOperationException
public HepRep next() throws IOException, UnsupportedOperationException, NoSuchElementException
HepRepReader
next
in interface HepRepReader
next
in class AbstractHepRepReader
IOException
UnsupportedOperationException
NoSuchElementException
protected HepRep readHepRep(InputStream stream) throws IOException
readHepRep
in class AbstractHepRepReader
IOException
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 |