com.atlassian.core.util.thumbnail.loader
Class ImageFactory

java.lang.Object
  extended by com.atlassian.core.util.thumbnail.loader.ImageFactory

public class ImageFactory
extends Object


Constructor Summary
ImageFactory()
           
 
Method Summary
 BufferedImage loadImage(ReusableBufferedInputStream inputStream)
          Loads image to memory from specified inputStream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageFactory

public ImageFactory()
Method Detail

loadImage

public BufferedImage loadImage(ReusableBufferedInputStream inputStream)
                        throws IOException
Loads image to memory from specified inputStream.

Returns:
Loaded Image or null if none of Loaders could load the image
Throws:
IOException


Copyright © 2015 Atlassian. All rights reserved.