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
Exception
public boolean readRow() throws org.pentaho.di.core.exception.KettleException
readRow
in interface IBaseFileInputReader
org.pentaho.di.core.exception.KettleException
public void close()
close
in interface Closeable
close
in interface AutoCloseable