Uses of Enum Class
org.apache.pdfbox.util.filetypedetector.FileType
Packages that use FileType
-
Uses of FileType in org.apache.pdfbox.util.filetypedetector
Fields in org.apache.pdfbox.util.filetypedetector with type parameters of type FileTypeMethods in org.apache.pdfbox.util.filetypedetector that return FileTypeModifier and TypeMethodDescriptionstatic FileType
FileTypeDetector.detectFileType
(byte[] fileBytes) static FileType
FileTypeDetector.detectFileType
(BufferedInputStream inputStream) Examines the a file's first bytes and estimates the file's type.static FileType
Returns 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.