Uses of Enum Class
org.pentaho.di.trans.steps.fileinput.text.EncodingType
Packages that use EncodingType
-
Uses of EncodingType in org.pentaho.di.trans.steps.fileinput.text
Fields in org.pentaho.di.trans.steps.fileinput.text declared as EncodingTypeMethods in org.pentaho.di.trans.steps.fileinput.text that return EncodingTypeModifier and TypeMethodDescriptionstatic EncodingType
EncodingType.guessEncodingType
(String encoding) static EncodingType
Returns the enum constant of this class with the specified name.static EncodingType[]
EncodingType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pentaho.di.trans.steps.fileinput.text with parameters of type EncodingTypeModifier and TypeMethodDescriptionstatic 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)