Uses of Enum Class
org.sejda.sambox.util.filetypedetector.FileType
Packages that use FileType
-
Uses of FileType in org.sejda.sambox.pdmodel.graphics.image
Methods in org.sejda.sambox.pdmodel.graphics.image that return FileTypeConstructors in org.sejda.sambox.pdmodel.graphics.image with parameters of type FileTypeModifierConstructorDescriptionUnsupportedImageFormatException(FileType fileType, String filename, Throwable cause) -
Uses of FileType in org.sejda.sambox.util.filetypedetector
Methods in org.sejda.sambox.util.filetypedetector that return FileTypeModifier and TypeMethodDescriptionstatic FileTypeFileTypeDetector.detectFileType(File file) Examines the a file's first bytes and estimates the file's type.static FileTypeFileTypeDetector.detectFileType(org.sejda.io.SeekableSource source) static FileTypeReturns the enum constant of this class with the specified name.static FileType[]FileType.values()Returns an array containing the constants of this enum class, in the order they are declared.