|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.fixedinput.FixedInputData
public class FixedInputData
Field Summary | |
---|---|
ByteBuffer |
bb
|
int |
bufferSize
|
byte[] |
byteBuffer
|
org.pentaho.di.core.row.RowMetaInterface |
convertRowMeta
|
byte[] |
delimiter
|
byte[] |
enclosure
|
int |
endBuffer
|
FileChannel |
fc
|
String |
filename
|
long |
fileSize
|
int |
lineWidth
|
org.pentaho.di.core.row.RowMetaInterface |
outputRowMeta
|
int |
preferredBufferSize
|
long |
rowsToRead
|
int |
startBuffer
|
int |
stepNumber
|
boolean |
stopReading
|
int |
totalNumberOfSteps
|
Fields inherited from interface org.pentaho.di.trans.step.StepDataInterface |
---|
STATUS_DISPOSED, STATUS_EMPTY, STATUS_FINISHED, STATUS_HALTED, STATUS_HALTING, STATUS_IDLE, STATUS_INIT, STATUS_PAUSED, STATUS_RUNNING, STATUS_STOPPED |
Constructor Summary | |
---|---|
FixedInputData()
|
Method Summary | |
---|---|
void |
readBufferFromFile()
|
void |
resizeByteBuffer()
|
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 |
---|
equals, 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 Detail |
---|
public FileChannel fc
public ByteBuffer bb
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface convertRowMeta
public byte[] byteBuffer
public int startBuffer
public int endBuffer
public int bufferSize
public byte[] delimiter
public byte[] enclosure
public int preferredBufferSize
public String filename
public int lineWidth
public boolean stopReading
public int stepNumber
public int totalNumberOfSteps
public long fileSize
public long rowsToRead
Constructor Detail |
---|
public FixedInputData()
Method Detail |
---|
public void resizeByteBuffer()
public void readBufferFromFile() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |