|
JMV 0.80 Programmer's Documentation | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--MolecIO
Contains info for input/output of Molecule data
| Field Summary | |
static int |
DTD
Enumeration indicating dtd file |
static int |
GRO
Enumeration indicating gro file |
static int |
PDB
Enumeration indicating pdb file |
static int |
PSF
Enumeration indicating psf file |
| Constructor Summary | |
MolecIO()
|
|
| Method Summary | |
Molecule |
LoadMolecule(java.io.InputStream istream)
Loads a molecule from an InputStream |
void |
setReaderType(int reader)
sets the reader type (pdb, psf, etc) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int PDB
public static final int PSF
public static final int DTD
public static final int GRO
| Constructor Detail |
public MolecIO()
| Method Detail |
public Molecule LoadMolecule(java.io.InputStream istream)
istream - the InputStream to read frompublic void setReaderType(int reader)
reader - the new reader type
|
Copyright (C) 2000-2002 The Board of Trustees of the University of Illinois | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||