public class TextFileInputReader extends Object implements IBaseFileInputReader
| Modifier and Type | Field and Description |
|---|---|
protected long |
lineInFile |
protected long |
lineNumberInFile |
| Constructor and Description |
|---|
TextFileInputReader(IBaseFileInputStepControl step,
TextFileInputMeta meta,
TextFileInputData data,
org.apache.commons.vfs2.FileObject file,
LogChannelInterface log) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
readInitial() |
boolean |
readRow() |
protected boolean |
tryToReadLine(boolean applyFilter) |
public TextFileInputReader(IBaseFileInputStepControl step, TextFileInputMeta meta, TextFileInputData data, org.apache.commons.vfs2.FileObject file, LogChannelInterface log) throws Exception
Exceptionpublic boolean readRow()
throws KettleException
readRow in interface IBaseFileInputReaderKettleExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseableprotected boolean tryToReadLine(boolean applyFilter)
throws KettleFileException
KettleFileExceptionCopyright © 2018 Hitachi Vantara. All rights reserved.