jprotein.io.file
Class BlastFileReader

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

public class BlastFileReader
extends FileIO
implements Format


Constructor Summary
BlastFileReader(java.lang.String fileName)
           
 
Method Summary
 java.util.Vector getData()
           
 
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

BlastFileReader

public BlastFileReader(java.lang.String fileName)
Method Detail

getData

public java.util.Vector getData()
Specified by:
getData in interface Format