public class TSVReader extends CSVReader
IS_READY, IS_SET_UP
Constructor and Description |
---|
TSVReader() |
Modifier and Type | Method and Description |
---|---|
boolean |
fileTypeAccepted(File inputfile)
Test, whether the file can potentially be read by this reader.
|
protected String |
getSeparator()
Get the column separator used in this reader
|
IDAREWorkbook |
readData(File inputfile)
Read an input File and create an IDARE compatible Workbook structure.
|
getSetupTask, resetReader
getStatusMessage, reset, setStatusMessage
public IDAREWorkbook readData(File inputfile) throws WrongFormat, IOException
IDAREDatasetReader
readData
in class CSVReader
inputfile
- the file to read.WrongFormat
- If the format cannot be read by this Reader, or if the file provided is not the file the reader was set up for.IOException
- If there are problems with the IO of the filepublic boolean fileTypeAccepted(File inputfile)
IDAREDatasetReader
fileTypeAccepted
in class CSVReader
inputfile
- The file to checkprotected String getSeparator()
CSVReader
getSeparator
in class CSVReader
Copyright © 2018. All rights reserved.