gov.nih.nci.caarray.services.fileparse2.parsers
Class SequenceInputFile
java.lang.Object
gov.nih.nci.caarray.services.fileparse2.parsers.SequenceInputFile
public class SequenceInputFile
- extends java.lang.Object
- Author:
- tranp
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SequenceInputFile
public SequenceInputFile(java.lang.String pathName)
throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
SequenceInputFile
public SequenceInputFile(java.lang.String pathName1,
java.lang.String pathName2)
throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
getFiles
public java.io.File[] getFiles()
- Returns:
- Returns the files.
getInputStream
public java.io.InputStream getInputStream()
- Returns:
- Returns the inputStream.
getReader
public java.io.BufferedReader getReader()
- Returns:
- Returns the inputStream.
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object