Uses of Class
net.anwiba.commons.utilities.io.EncodingType
-
Packages that use EncodingType Package Description net.anwiba.commons.utilities.io -
-
Uses of EncodingType in net.anwiba.commons.utilities.io
Methods in net.anwiba.commons.utilities.io that return EncodingType Modifier and Type Method Description static EncodingTypeEncodingType. valueOf(java.lang.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.
-