Uses of Enum Class
eu.righettod.InputFileType

  • Uses of InputFileType in eu.righettod

    Methods in eu.righettod that return InputFileType
    Modifier and Type
    Method
    Description
    InputFileType.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static InputFileType[]
    InputFileType.values()
    Returns an array containing the constants of this enum class, in the order they are declared.
    Methods in eu.righettod with parameters of type InputFileType
    Modifier and Type
    Method
    Description
    static byte[]
    SecurityUtils.sanitizeFile(String inputFilePath, InputFileType inputFileType)
    Rewrite the input file to remove any embedded files that is not embedded using a methods supported by the official format of the file.
    Example: a file can be embedded by adding it to the end of the source file, see the reference provided for details.