Class GrassBinaryImageReaderSpi

    • Field Summary

      • Fields inherited from class ImageReaderSpi

        STANDARD_INPUT_TYPE, writerSpiNames
      • Fields inherited from class ImageReaderWriterSpi

        names, pluginClassName
    • Constructor Summary

      Constructors 
      Constructor Description
      GrassBinaryImageReaderSpi()
      default constructor for the service provider interface.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canDecodeInput​(Object source)  
      GrassBinaryImageReader createReaderInstance​(Object extension)  
      String getDescription​(Locale locale)  
      • Methods inherited from class ImageReaderSpi

        createReaderInstance, getImageWriterSpiNames, getInputTypes, isOwnReader
      • Methods inherited from class ImageReaderWriterSpi

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

        getVendorName, getVersion, onDeregistration, onRegistration
      • Methods inherited from class Object

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

      • GrassBinaryImageReaderSpi

        public GrassBinaryImageReaderSpi()
        default constructor for the service provider interface.
    • Method Detail

      • getDescription

        public String getDescription​(Locale locale)
        Specified by:
        getDescription in class IIOServiceProvider
      • canDecodeInput

        public boolean canDecodeInput​(Object source)
                               throws IOException
        Specified by:
        canDecodeInput in class ImageReaderSpi
        Throws:
        IOException
      • createReaderInstance

        public GrassBinaryImageReader createReaderInstance​(Object extension)
                                                    throws IOException
        Specified by:
        createReaderInstance in class ImageReaderSpi
        Throws:
        IOException