Uses of Class
org.pentaho.di.trans.steps.fileinput.text.BufferedInputStreamReader
-
Uses of BufferedInputStreamReader in org.pentaho.di.trans.steps.fileinput.text
Modifier and TypeMethodDescriptionstatic final String
TextFileInputUtils.getLine
(org.pentaho.di.core.logging.LogChannelInterface log, BufferedInputStreamReader reader, int formatNr, StringBuilder line) static final String
TextFileInputUtils.getLine
(org.pentaho.di.core.logging.LogChannelInterface log, BufferedInputStreamReader reader, EncodingType encodingType, int formatNr, StringBuilder line) static final String
TextFileInputUtils.getLine
(org.pentaho.di.core.logging.LogChannelInterface log, BufferedInputStreamReader reader, EncodingType encodingType, int fileFormatType, StringBuilder line, String regex) static final 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 final String
TextFileInputUtils.getLine
(org.pentaho.di.core.logging.LogChannelInterface log, BufferedInputStreamReader reader, EncodingType encodingType, int fileFormatType, StringBuilder line, String regex, String escapeChar) static final 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)