com.atlassian.core.util.thumbnail.loader
Interface ImageLoader


public interface ImageLoader


Method Summary
 com.google.common.base.Optional<BufferedImage> loadImage(InputStream inputStream, ImageInfo imageInfo)
          Loads entire image into memory and creates BufferedImage instance.
 

Method Detail

loadImage

com.google.common.base.Optional<BufferedImage> loadImage(InputStream inputStream,
                                                         ImageInfo imageInfo)
                                                         throws IOException
Loads entire image into memory and creates BufferedImage instance.

Throws:
IOException


Copyright © 2015 Atlassian. All rights reserved.