Uses of Enum
cn.gmkit.core.InputFormat
Packages that use InputFormat
-
Uses of InputFormat in cn.gmkit.core
Methods in cn.gmkit.core that return InputFormatModifier and TypeMethodDescriptionstatic InputFormatReturns the enum constant of this type with the specified name.static InputFormat[]InputFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cn.gmkit.core with parameters of type InputFormatModifier and TypeMethodDescriptionstatic byte[]ByteEncodings.decode(String input, InputFormat inputFormat, String label) 将字符串解码为字节数组