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 String
TextFileInputUtils. getLine(org.pentaho.di.core.logging.LogChannelInterface log, BufferedInputStreamReader reader, int formatNr, StringBuilder line)
static String
TextFileInputUtils. getLine(org.pentaho.di.core.logging.LogChannelInterface log, BufferedInputStreamReader reader, EncodingType encodingType, int formatNr, StringBuilder line)
static String
TextFileInputUtils. getLine(org.pentaho.di.core.logging.LogChannelInterface log, BufferedInputStreamReader reader, EncodingType encodingType, int fileFormatType, StringBuilder line, String regex)
static TextFileLine
TextFileInputUtils. 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 String
TextFileInputUtils. getLine(org.pentaho.di.core.logging.LogChannelInterface log, BufferedInputStreamReader reader, EncodingType encodingType, int fileFormatType, StringBuilder line, String regex, String escapeChar)
static TextFileLine
TextFileInputUtils. getLine(org.pentaho.di.core.logging.LogChannelInterface log, BufferedInputStreamReader reader, EncodingType encodingType, int fileFormatType, StringBuilder line, String regex, String escapeChar, long lineNumberInFile)
static long
TextFileInputUtils. 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 long
TextFileInputUtils. skipLines(org.pentaho.di.core.logging.LogChannelInterface log, BufferedInputStreamReader reader, EncodingType encodingType, int fileFormatType, StringBuilder line, int nrLinesToSkip, String regex, String escapeChar, long lineNumberInFile)
-