Uses of Enum Class
eu.righettod.InputFileType
-
Uses of InputFileType in eu.righettod
Modifier and TypeMethodDescriptionstatic InputFileType
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.Modifier and TypeMethodDescriptionstatic 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.