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.TypeFunctionBINFILE.Type. find(java.lang.String name)static FunctionBINFILE.TypeFunctionBINFILE.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.StringFunctionBINFILE. convertTo(java.io.File file, FunctionBINFILE.Type type, boolean deflate, int lineLength, java.lang.String endOfLine)private static booleanFunctionBINFILE. hasDeflateFlag(java.lang.String name, FunctionBINFILE.Type type)private static booleanFunctionBINFILE. hasSplitFlag(java.lang.String name, FunctionBINFILE.Type type)
-