Uses of Class
org.pentaho.di.trans.steps.fileinput.text.BufferedInputStreamReader
Packages that use BufferedInputStreamReader
- 
Uses of BufferedInputStreamReader in org.pentaho.di.trans.steps.fileinput.text
Methods in org.pentaho.di.trans.steps.fileinput.text with parameters of type BufferedInputStreamReaderModifier and TypeMethodDescriptionstatic final StringTextFileInputUtils.getLine(org.pentaho.di.core.logging.LogChannelInterface log, BufferedInputStreamReader reader, int formatNr, StringBuilder line) static final StringTextFileInputUtils.getLine(org.pentaho.di.core.logging.LogChannelInterface log, BufferedInputStreamReader reader, EncodingType encodingType, int formatNr, StringBuilder line) static final StringTextFileInputUtils.getLine(org.pentaho.di.core.logging.LogChannelInterface log, BufferedInputStreamReader reader, EncodingType encodingType, int fileFormatType, StringBuilder line, String regex) static final TextFileLineTextFileInputUtils.getLine(org.pentaho.di.core.logging.LogChannelInterface log, BufferedInputStreamReader reader, EncodingType encodingType, int fileFormatType, StringBuilder line, String regex, long lineNumberInFile) Returns in the first position a line; ; on the second position how many lines from file were read to get a full linestatic final StringTextFileInputUtils.getLine(org.pentaho.di.core.logging.LogChannelInterface log, BufferedInputStreamReader reader, EncodingType encodingType, int fileFormatType, StringBuilder line, String regex, String escapeChar) static final TextFileLineTextFileInputUtils.getLine(org.pentaho.di.core.logging.LogChannelInterface log, BufferedInputStreamReader reader, EncodingType encodingType, int fileFormatType, StringBuilder line, String regex, String escapeChar, long lineNumberInFile) static longTextFileInputUtils.skipLines(org.pentaho.di.core.logging.LogChannelInterface log, BufferedInputStreamReader reader, EncodingType encodingType, int fileFormatType, StringBuilder line, int nrLinesToSkip, String regex, long lineNumberInFile) Returns the line number in filestatic longTextFileInputUtils.skipLines(org.pentaho.di.core.logging.LogChannelInterface log, BufferedInputStreamReader reader, EncodingType encodingType, int fileFormatType, StringBuilder line, int nrLinesToSkip, String regex, String escapeChar, long lineNumberInFile)