com.twelvemonkeys.imageio.stream
Class URLImageInputStreamSpi

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

public class URLImageInputStreamSpi
extends ImageInputStreamSpi

URLImageInputStreamSpi Experimental

Version:
$Id: URLImageInputStreamSpi.java,v 1.0 May 15, 2008 2:14:59 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
URLImageInputStreamSpi()
           
 
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

URLImageInputStreamSpi

public URLImageInputStreamSpi()
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.