public class TabDelimitedFileReader extends Object
| Constructor and Description |
|---|
TabDelimitedFileReader(String absoluteFileName,
boolean trim) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
next() |
String |
prepNext() |
String[] |
readLine(int minimumIndexReturned) |
public TabDelimitedFileReader(String absoluteFileName, boolean trim) throws IOException
IOExceptionpublic boolean next()
throws IOException
IOExceptionpublic String prepNext() throws IOException
IOExceptionpublic String[] readLine(int minimumIndexReturned) throws IOException
IOExceptionCopyright © 2021. All rights reserved.