Uses of Class
org.pentaho.di.trans.steps.fileinput.text.BufferedInputStreamReader
-
Packages that use BufferedInputStreamReader Package Description org.pentaho.di.trans.steps.fileinput.text -
-
Uses of BufferedInputStreamReader in org.pentaho.di.trans.steps.fileinput.text
Methods in org.pentaho.di.trans.steps.fileinput.text with parameters of type BufferedInputStreamReader Modifier and Type Method Description static StringTextFileInputUtils. getLine(org.pentaho.di.core.logging.LogChannelInterface log, BufferedInputStreamReader reader, int formatNr, StringBuilder line)static StringTextFileInputUtils. getLine(org.pentaho.di.core.logging.LogChannelInterface log, BufferedInputStreamReader reader, EncodingType encodingType, int formatNr, StringBuilder line)static StringTextFileInputUtils. getLine(org.pentaho.di.core.logging.LogChannelInterface log, BufferedInputStreamReader reader, EncodingType encodingType, int fileFormatType, StringBuilder line, String regex)static 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 StringTextFileInputUtils. getLine(org.pentaho.di.core.logging.LogChannelInterface log, BufferedInputStreamReader reader, EncodingType encodingType, int fileFormatType, StringBuilder line, String regex, String escapeChar)static 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)
-