Class FixedInputData

    • Field Detail

      • 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

        public String 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 Detail

      • FixedInputData

        public FixedInputData()
    • Method Detail

      • resizeByteBuffer

        public void resizeByteBuffer()