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
Exception
public boolean readRow() throws KettleException
readRow
in interface IBaseFileInputReader
KettleException
public void close()
close
in interface Closeable
close
in interface AutoCloseable
protected boolean tryToReadLine(boolean applyFilter) throws KettleFileException
KettleFileException
Copyright © 2018 Hitachi Vantara. All rights reserved.