public class TextFileInputReader extends Object implements IBaseFileInputReader
| Constructor and Description | 
|---|
TextFileInputReader(IBaseFileInputStepControl step,
                   TextFileInputMeta meta,
                   TextFileInputData data,
                   org.apache.commons.vfs2.FileObject file,
                   org.pentaho.di.core.logging.LogChannelInterface log)  | 
public TextFileInputReader(IBaseFileInputStepControl step, TextFileInputMeta meta, TextFileInputData data, org.apache.commons.vfs2.FileObject file, org.pentaho.di.core.logging.LogChannelInterface log) throws Exception
Exceptionpublic boolean readRow()
                throws org.pentaho.di.core.exception.KettleException
readRow in interface IBaseFileInputReaderorg.pentaho.di.core.exception.KettleExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseable