Class ByteArrayImageInputStreamSpi

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

    public 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$
    Author:
    Harald Kuhr, last modified by $Author: haraldk$
    • 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 pInput, boolean pUseCache, java.io.File pCacheDir)  
      java.lang.String getDescription​(java.util.Locale pLocale)  
      • 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()
    • Method Detail

      • createInputStreamInstance

        public javax.imageio.stream.ImageInputStream createInputStreamInstance​(java.lang.Object pInput,
                                                                               boolean pUseCache,
                                                                               java.io.File pCacheDir)
                                                                        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 pLocale)
        Specified by:
        getDescription in class javax.imageio.spi.IIOServiceProvider