hep.graphics.heprep.xml
Class XMLHepRepFactory
java.lang.Object
   hep.graphics.heprep.HepRepFactory
hep.graphics.heprep.HepRepFactory
       hep.graphics.heprep.ref.DefaultHepRepFactory
hep.graphics.heprep.ref.DefaultHepRepFactory
           hep.graphics.heprep.xml.XMLHepRepFactory
hep.graphics.heprep.xml.XMLHepRepFactory
- Direct Known Subclasses: 
- HepRepAdapterFactory
- public class XMLHepRepFactory- extends DefaultHepRepFactory
- Version:
- $Id: XMLHepRepFactory.java,v 1.1 2003/06/28 20:45:40 duns Exp $
- Author:
- Mark Donszelmann
- Source Code:
- XMLHepRepFactory.java
 
 
 
 
 
 
| 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
XMLHepRepFactory
public XMLHepRepFactory()
createHepRepReader
public HepRepReader createHepRepReader(InputStream in)
                                throws IOException
- Description copied from class: HepRepFactory
- Creates a HepRepReader from a stream.
 
- 
- Overrides:
- createHepRepReaderin class- DefaultHepRepFactory
 
- 
- Throws:
- IOException
 
createHepRepReader
public HepRepReader createHepRepReader(String inputFileName)
                                throws IOException
- Description copied from class: HepRepFactory
- Creates a HepRepReader from a file name.
 
- 
- Overrides:
- createHepRepReaderin class- DefaultHepRepFactory
 
- 
- Throws:
- IOException
 
createHepRepWriter
public HepRepWriter createHepRepWriter(OutputStream out,
                                       boolean randomAccess,
                                       boolean compress)
                                throws IOException
- Description copied from class: HepRepFactory
- Creates a HepRepWriter.
 
- 
- Overrides:
- createHepRepWriterin class- DefaultHepRepFactory
 
- 
- Throws:
- IOException
 
Copyright © 2000-2004 FreeHEP, All Rights Reserved.