Class ChannelImageInputStreamSpi

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

    public class ChannelImageInputStreamSpi
    extends javax.imageio.spi.ImageInputStreamSpi
    • Field Summary

      • Fields inherited from class javax.imageio.spi.ImageInputStreamSpi

        inputClass
      • Fields inherited from class javax.imageio.spi.IIOServiceProvider

        vendorName, version
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.imageio.stream.ImageInputStream createInputStreamInstance​(java.lang.Object input, boolean useCache, java.io.File cacheDir)  
      java.lang.String getDescription​(java.util.Locale locale)  
      • Methods inherited from class javax.imageio.spi.ImageInputStreamSpi

        canUseCacheFile, createInputStreamInstance, getInputClass, needsCacheFile
      • Methods inherited from class javax.imageio.spi.IIOServiceProvider

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

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

      • ChannelImageInputStreamSpi

        public ChannelImageInputStreamSpi()
    • Method Detail

      • createInputStreamInstance

        public javax.imageio.stream.ImageInputStream createInputStreamInstance​(java.lang.Object input,
                                                                               boolean useCache,
                                                                               java.io.File cacheDir)
                                                                        throws java.io.IOException
        Specified by:
        createInputStreamInstance in class javax.imageio.spi.ImageInputStreamSpi
        Throws:
        java.io.IOException
      • getDescription

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