Uses of Class
org.pentaho.di.trans.steps.textfileinput.EncodingType

Packages that use EncodingType
org.pentaho.di.trans.steps.csvinput   
org.pentaho.di.trans.steps.textfileinput   
 

Uses of EncodingType in org.pentaho.di.trans.steps.csvinput
 

Fields in org.pentaho.di.trans.steps.csvinput declared as EncodingType
 EncodingType CsvInputData.encodingType
           
 

Uses of EncodingType in org.pentaho.di.trans.steps.textfileinput
 

Fields in org.pentaho.di.trans.steps.textfileinput declared as EncodingType
 EncodingType TextFileInputData.encodingType
           
 

Methods in org.pentaho.di.trans.steps.textfileinput that return EncodingType
static EncodingType EncodingType.guessEncodingType(String encoding)
           
static EncodingType EncodingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EncodingType[] EncodingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type EncodingType
static String TextFileInput.getLine(LogChannelInterface log, InputStreamReader reader, EncodingType encodingType, int formatNr, StringBuilder line)