apollo.io
Class FileParse
java.lang.Object
apollo.io.FileParse
- Direct Known Subclasses:
- FastaFile, GFFFile
public class FileParse
- extends java.lang.Object
|
Constructor Summary |
FileParse()
|
FileParse(java.lang.String fileStr,
java.lang.String type)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inFile
public java.io.File inFile
fileSize
public int fileSize
dataArray
public byte[] dataArray
lineArray
public java.util.Vector lineArray
noLines
public int noLines
FileParse
public FileParse()
FileParse
public FileParse(java.lang.String fileStr,
java.lang.String type)
throws java.net.MalformedURLException,
java.io.IOException
- Throws:
java.net.MalformedURLException
java.io.IOException
readLines
public void readLines(java.lang.String inStr)
readLines
public void readLines()
throws java.io.IOException
- Throws:
java.io.IOException
splitLine
public java.util.Vector splitLine(char splitChar,
int element)