Uses of Enum
com.igormaznitsa.jcp.expression.functions.FunctionBINFILE.Type
Packages that use FunctionBINFILE.Type
-
Uses of FunctionBINFILE.Type in com.igormaznitsa.jcp.expression.functions
Methods in com.igormaznitsa.jcp.expression.functions that return FunctionBINFILE.TypeModifier and TypeMethodDescriptionstatic FunctionBINFILE.Type
static FunctionBINFILE.Type
Returns the enum constant of this type with the specified name.static FunctionBINFILE.Type[]
FunctionBINFILE.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.igormaznitsa.jcp.expression.functions with parameters of type FunctionBINFILE.TypeModifier and TypeMethodDescriptionprivate static String
FunctionBINFILE.convertTo
(File file, FunctionBINFILE.Type type, boolean deflate, int lineLength, String endOfLine) private static boolean
FunctionBINFILE.hasDeflateFlag
(String name, FunctionBINFILE.Type type) private static boolean
FunctionBINFILE.hasSplitFlag
(String name, FunctionBINFILE.Type type)