Class FixedInputData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.fixedinput.FixedInputData
- All Implemented Interfaces:
StepDataInterface
- Since:
- 24-jan-2005
- Author:
- Matt
-
Nested Class Summary
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
-
Field Summary
Modifier and TypeFieldDescriptionint
byte[]
org.pentaho.di.core.row.RowMetaInterface
byte[]
byte[]
int
long
int
org.pentaho.di.core.row.RowMetaInterface
int
long
int
int
boolean
int
-
Constructor Summary
-
Method Summary
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
-
Field Details
-
fis
-
fc
-
bb
-
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta -
convertRowMeta
public org.pentaho.di.core.row.RowMetaInterface convertRowMeta -
byteBuffer
public byte[] byteBuffer -
startBuffer
public int startBuffer -
endBuffer
public int endBuffer -
bufferSize
public int bufferSize -
delimiter
public byte[] delimiter -
enclosure
public byte[] enclosure -
preferredBufferSize
public int preferredBufferSize -
filename
-
lineWidth
public int lineWidth -
stopReading
public boolean stopReading -
stepNumber
public int stepNumber -
totalNumberOfSteps
public int totalNumberOfSteps -
fileSize
public long fileSize -
rowsToRead
public long rowsToRead
-
-
Constructor Details
-
FixedInputData
public FixedInputData()
-
-
Method Details
-
resizeByteBuffer
public void resizeByteBuffer() -
readBufferFromFile
- Throws:
IOException
-