jprotein.io.file
Class PdbFileReader

java.lang.Object
  extended by jprotein.io.file.FileIO
      extended by jprotein.io.file.PdbFileReader
All Implemented Interfaces:
Format

public class PdbFileReader
extends FileIO
implements Format

Classe pour lire un fichier pdb en le stockant ligne par ligne dans un vecteur.


Constructor Summary
PdbFileReader(java.lang.String path)
           
 
Method Summary
 java.util.Vector getData()
          Methode de lecture ligne par ligne heritee de FileIO retournant un vecteur.
 java.lang.String getPath()
           
 void setPath(java.lang.String path)
           
 
Methods inherited from class jprotein.io.file.FileIO
readFile, writeFile
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdbFileReader

public PdbFileReader(java.lang.String path)
Method Detail

setPath

public void setPath(java.lang.String path)

getPath

public java.lang.String getPath()

getData

public java.util.Vector getData()
Methode de lecture ligne par ligne heritee de FileIO retournant un vecteur.

Specified by:
getData in interface Format