Uses of Enum Class
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.Typestatic FunctionBINFILE.TypeReturns the enum constant of this class with the specified name.static FunctionBINFILE.Type[]FunctionBINFILE.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.igormaznitsa.jcp.expression.functions with parameters of type FunctionBINFILE.TypeModifier and TypeMethodDescriptionprivate static StringFunctionBINFILE.convertTo(File file, FunctionBINFILE.Type type, boolean deflate, int lineLength, String endOfLine) private static booleanFunctionBINFILE.hasDeflateFlag(String name, FunctionBINFILE.Type type) private static booleanFunctionBINFILE.hasSplitFlag(String name, FunctionBINFILE.Type type)