Uses of Class
com.drew.imaging.FileType
-
Packages that use FileType Package Description com.drew.imaging Contains classes for working with image file formats and photographic conversions.com.drew.imaging.mp3 Contains classes for working with MP3 files.com.drew.imaging.quicktime Contains classes for working with QuickTime files.com.drew.imaging.riff Contains classes for working with RIFF format files, such as WebP.com.drew.metadata.file Contains classes for the extraction and modelling of file system metadata. -
-
Uses of FileType in com.drew.imaging
Fields in com.drew.imaging with type parameters of type FileType Modifier and Type Field Description private static ByteTrie<FileType>FileTypeDetector. _rootMethods in com.drew.imaging that return FileType Modifier and Type Method Description FileTypeTypeChecker. checkType(byte[] bytes)Returns the file type identified within 'bytes', otherwise 'Unknown'.static FileTypeFileTypeDetector. detectFileType(java.io.InputStream inputStream)Examines the file's bytes and estimates the file's type.static FileTypeFileType. valueOf(java.lang.String name)Returns 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 FileType Modifier and Type Method Description static MetadataImageMetadataReader. readMetadata(java.io.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 Modifier and Type Method Description FileTypeMpegAudioTypeChecker. checkType(byte[] bytes) -
Uses of FileType in com.drew.imaging.quicktime
Fields in com.drew.imaging.quicktime with type parameters of type FileType Modifier and Type Field Description private static java.util.HashMap<java.lang.String,FileType>QuickTimeTypeChecker. _ftypMapMethods in com.drew.imaging.quicktime that return FileType Modifier and Type Method Description FileTypeQuickTimeTypeChecker. checkType(byte[] bytes) -
Uses of FileType in com.drew.imaging.riff
Methods in com.drew.imaging.riff that return FileType Modifier and Type Method Description FileTypeRiffTypeChecker. checkType(byte[] bytes) -
Uses of FileType in com.drew.metadata.file
Constructors in com.drew.metadata.file with parameters of type FileType Constructor Description FileTypeDirectory(FileType fileType)
-