Package com.drew.imaging
Enum FileType
- All Implemented Interfaces:
Serializable,Comparable<FileType>,java.lang.constant.Constable
Enumeration of supported file types.
MIME Type Source: https://www.freeformatter.com/mime-types-list.html
https://www.iana.org/assignments/media-types/media-types.xhtml
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSony camera raw.Canon camera raw, version 2.Canon camera raw, version 1.Canon camera raw (version 3).Nikon camera raw.Olympus camera raw.FujiFilm camera raw.Panasonic camera raw. -
Method Summary
Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
Unknown
-
Jpeg
-
Tiff
-
Psd
-
Png
-
Bmp
-
Gif
-
Ico
-
Pcx
-
Riff
-
Wav
-
Avi
-
WebP
-
QuickTime
-
Mp4
-
Heif
-
Eps
-
Mp3
-
Arw
Sony camera raw. -
Crw
Canon camera raw, version 1. -
Cr2
Canon camera raw, version 2. -
Nef
Nikon camera raw. -
Orf
Olympus camera raw. -
Raf
FujiFilm camera raw. -
Rw2
Panasonic camera raw. -
Crx
Canon camera raw (version 3). Shared by CR3 (image) and CRM (video). -
Aac
-
Asf
-
Cfbf
-
Flv
-
Indd
-
Mxf
-
Pdf
-
Qxp
-
Ram
-
Rtf
-
Sit
-
Sitx
-
Swf
-
Vob
-
Zip
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getName
-
getLongName
-
getMimeType
-
getCommonExtension
-
getAllExtensions
-