Uses of Enum
com.drew.imaging.FileType
Packages that use FileType
Package
Description
Contains classes for working with image file formats and photographic conversions.
Contains classes for working with MP3 files.
Contains classes for working with QuickTime files.
Contains classes for working with RIFF format files, such as WebP.
Contains classes for the extraction and modelling of file system metadata.
-
Uses of FileType in com.drew.imaging
Methods in com.drew.imaging that return FileTypeModifier and TypeMethodDescriptionTypeChecker.checkType(byte[] bytes) Returns the file type identified within 'bytes', otherwise 'Unknown'.static FileTypeFileTypeDetector.detectFileType(InputStream inputStream) Examines the file's bytes and estimates the file's type.static FileTypeReturns the enum constant of this type with the specified name.static FileType[]FileType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.drew.imaging with parameters of type FileTypeModifier and TypeMethodDescriptionstatic MetadataImageMetadataReader.readMetadata(InputStream inputStream, long streamLength, FileType fileType) Reads metadata from anInputStreamof known length and file type. -
Uses of FileType in com.drew.imaging.mp3
Methods in com.drew.imaging.mp3 that return FileType -
Uses of FileType in com.drew.imaging.quicktime
Methods in com.drew.imaging.quicktime that return FileType -
Uses of FileType in com.drew.imaging.riff
Methods in com.drew.imaging.riff that return FileType -
Uses of FileType in com.drew.metadata.file
Constructors in com.drew.metadata.file with parameters of type FileType