Class WBMPImageReaderSpi

  • All Implemented Interfaces:
    javax.imageio.spi.RegisterableService

    public class WBMPImageReaderSpi
    extends javax.imageio.spi.ImageReaderSpi
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String[] entensions  
      private static java.lang.String[] formatNames  
      private static java.lang.String[] mimeType  
      private boolean registered  
      private static java.lang.String[] writerSpiNames  
      • Fields inherited from class javax.imageio.spi.ImageReaderSpi

        inputTypes, STANDARD_INPUT_TYPE
      • Fields inherited from class javax.imageio.spi.ImageReaderWriterSpi

        extraImageMetadataFormatClassNames, extraImageMetadataFormatNames, extraStreamMetadataFormatClassNames, extraStreamMetadataFormatNames, MIMETypes, names, nativeImageMetadataFormatClassName, nativeImageMetadataFormatName, nativeStreamMetadataFormatClassName, nativeStreamMetadataFormatName, pluginClassName, suffixes, supportsStandardImageMetadataFormat, supportsStandardStreamMetadataFormat
      • Fields inherited from class javax.imageio.spi.IIOServiceProvider

        vendorName, version
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canDecodeInput​(java.lang.Object source)  
      javax.imageio.ImageReader createReaderInstance​(java.lang.Object extension)  
      java.lang.String getDescription​(java.util.Locale locale)  
      void onRegistration​(javax.imageio.spi.ServiceRegistry registry, java.lang.Class category)  
      • Methods inherited from class javax.imageio.spi.ImageReaderSpi

        createReaderInstance, getImageWriterSpiNames, getInputTypes, isOwnReader
      • Methods inherited from class javax.imageio.spi.ImageReaderWriterSpi

        getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupported
      • Methods inherited from class javax.imageio.spi.IIOServiceProvider

        getVendorName, getVersion, onDeregistration
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • writerSpiNames

        private static java.lang.String[] writerSpiNames
      • formatNames

        private static java.lang.String[] formatNames
      • entensions

        private static java.lang.String[] entensions
      • mimeType

        private static java.lang.String[] mimeType
      • registered

        private boolean registered
    • Constructor Detail

      • WBMPImageReaderSpi

        public WBMPImageReaderSpi()
    • Method Detail

      • onRegistration

        public void onRegistration​(javax.imageio.spi.ServiceRegistry registry,
                                   java.lang.Class category)
        Specified by:
        onRegistration in interface javax.imageio.spi.RegisterableService
        Overrides:
        onRegistration in class javax.imageio.spi.IIOServiceProvider
      • getDescription

        public java.lang.String getDescription​(java.util.Locale locale)
        Specified by:
        getDescription in class javax.imageio.spi.IIOServiceProvider
      • canDecodeInput

        public boolean canDecodeInput​(java.lang.Object source)
                               throws java.io.IOException
        Specified by:
        canDecodeInput in class javax.imageio.spi.ImageReaderSpi
        Throws:
        java.io.IOException
      • createReaderInstance

        public javax.imageio.ImageReader createReaderInstance​(java.lang.Object extension)
                                                       throws javax.imageio.IIOException
        Specified by:
        createReaderInstance in class javax.imageio.spi.ImageReaderSpi
        Throws:
        javax.imageio.IIOException