FreeHEP API
Version current

hep.graphics.heprep.ref
Class DefaultHepRepReader

java.lang.Object
  extended byhep.graphics.heprep.ref.AbstractHepRepReader
      extended byhep.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

Field Summary
static String cvsId
           
 
Fields inherited from class hep.graphics.heprep.ref.AbstractHepRepReader
input, name, zipFile
 
Constructor Summary
protected DefaultHepRepReader(InputStream in)
           
protected DefaultHepRepReader(String fileName)
           
 
Method Summary
 HepRep readHepRep(InputStream input)
           
 void reset()
          Resets a sequential HepRep reader.
 
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
 

Field Detail

cvsId

public static final String cvsId
See Also:
Constant Field Values
Constructor Detail

DefaultHepRepReader

protected DefaultHepRepReader(InputStream in)
                       throws IOException

DefaultHepRepReader

protected DefaultHepRepReader(String fileName)
                       throws IOException
Method Detail

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.