com.twelvemonkeys.imageio.stream
Class ByteArrayImageInputStreamSpi

java.lang.Object
  extended by javax.imageio.spi.IIOServiceProvider
      extended by javax.imageio.spi.ImageInputStreamSpi
          extended by com.twelvemonkeys.imageio.stream.ByteArrayImageInputStreamSpi
All Implemented Interfaces:
RegisterableService

public class ByteArrayImageInputStreamSpi
extends 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
 
Constructor Summary
ByteArrayImageInputStreamSpi()
           
 
Method Summary
 ImageInputStream createInputStreamInstance(Object pInput, boolean pUseCache, File pCacheDir)
           
 String getDescription(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 ImageInputStream createInputStreamInstance(Object pInput,
                                                  boolean pUseCache,
                                                  File pCacheDir)
                                           throws IOException
Specified by:
createInputStreamInstance in class ImageInputStreamSpi
Throws:
IOException

getDescription

public String getDescription(Locale pLocale)
Specified by:
getDescription in class IIOServiceProvider


Copyright © 2015. All Rights Reserved.