Class ByteArrayImageInputStreamSpi

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

    public final class ByteArrayImageInputStreamSpi
    extends javax.imageio.spi.ImageInputStreamSpi
    ByteArrayImageInputStreamSpi Experimental
    Version:
    $Id: ByteArrayImageInputStreamSpi.java,v 1.0 May 15, 2008 2:12:12 PM haraldk Exp$
    • 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 useCacheFile, 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

      • ByteArrayImageInputStreamSpi

        public ByteArrayImageInputStreamSpi()
      • ByteArrayImageInputStreamSpi

        private ByteArrayImageInputStreamSpi​(ProviderInfo providerInfo)
    • Method Detail

      • createInputStreamInstance

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

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