StreamRegistryEntry, URLRegistryEntryAbstractImageIORegistryEntry, AbstractRegistryEntry, ImageIOJPEGRegistryEntry, ImageIOPNGRegistryEntry, ImageIOTIFFRegistryEntry, JDKRegistryEntry, MagicNumberRegistryEntry, PNGRegistryEntrypublic interface RegistryEntry
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getFormatName() |
Returns the name of the format.
|
java.util.List |
getMimeTypes() |
Return a List of mime types for this file format.
|
float |
getPriority() |
Returns a search priority for this entry.
|
java.util.List |
getStandardExtensions() |
Return a List of the common extensions for this file format.
|
java.util.List getStandardExtensions()
java.util.List getMimeTypes()
java.lang.String getFormatName()
float getPriority()
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.