hep.graphics.heprep.ref
Class DefaultHepRepReader
java.lang.Object
hep.graphics.heprep.ref.AbstractHepRepReader
hep.graphics.heprep.ref.DefaultHepRepReader
- All Implemented Interfaces:
- HepRepReader
- public class DefaultHepRepReader
- extends AbstractHepRepReader
Read in java serialized IO
- Version:
- $Id: DefaultHepRepReader.java,v 1.3 2004/06/03 17:39:29 duns Exp $
- Author:
- M.Donszelmann
- Source Code:
- DefaultHepRepReader.java
Methods inherited from class hep.graphics.heprep.ref.AbstractHepRepReader |
close, entryName, entryNames, getProperty, hasNext, hasRandomAccess, hasSequentialAccess, next, read, size, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cvsId
public static final String cvsId
- See Also:
- Constant Field Values
DefaultHepRepReader
protected DefaultHepRepReader(InputStream in)
throws IOException
DefaultHepRepReader
protected DefaultHepRepReader(String fileName)
throws IOException
reset
public void reset()
throws IOException,
UnsupportedOperationException
- Description copied from interface:
HepRepReader
- Resets a sequential HepRep reader.
- Specified by:
reset
in interface HepRepReader
- Overrides:
reset
in class AbstractHepRepReader
- Throws:
IOException
UnsupportedOperationException
readHepRep
public HepRep readHepRep(InputStream input)
throws IOException
- Specified by:
readHepRep
in class AbstractHepRepReader
- Throws:
IOException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.