Uses of Class
com.igormaznitsa.jcp.expression.functions.FunctionBINFILE.Type
-
Packages that use FunctionBINFILE.Type Package Description com.igormaznitsa.jcp.expression.functions -
-
Uses of FunctionBINFILE.Type in com.igormaznitsa.jcp.expression.functions
Methods in com.igormaznitsa.jcp.expression.functions that return FunctionBINFILE.Type Modifier and Type Method Description static FunctionBINFILE.Type
FunctionBINFILE.Type. find(java.lang.String name)
static FunctionBINFILE.Type
FunctionBINFILE.Type. valueOf(java.lang.String name)
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.Type Modifier and Type Method Description private static java.lang.String
FunctionBINFILE. convertTo(java.io.File file, FunctionBINFILE.Type type, boolean deflate, int lineLength, java.lang.String endOfLine)
private static boolean
FunctionBINFILE. hasDeflateFlag(java.lang.String name, FunctionBINFILE.Type type)
private static boolean
FunctionBINFILE. hasSplitFlag(java.lang.String name, FunctionBINFILE.Type type)
-