Uses of Class
org.apache.hop.core.file.EncodingType
-
Packages that use EncodingType Package Description org.apache.hop.core.file -
-
Uses of EncodingType in org.apache.hop.core.file
Methods in org.apache.hop.core.file that return EncodingType Modifier and Type Method Description static EncodingTypeEncodingType. guessEncodingType(String encoding)static EncodingTypeEncodingType. 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.
-