info.magnolia.imaging.operations.load
Class SunJPEGCodecImageDecoderAlt

java.lang.Object
  extended by info.magnolia.imaging.operations.load.SunJPEGCodecImageDecoderAlt
All Implemented Interfaces:
ImageDecoder

Deprecated. will be removed in 3.2 and replaced with a new class (to be announced in 3.2 release notes and documentation).

@Deprecated
public class SunJPEGCodecImageDecoderAlt
extends Object
implements ImageDecoder

An ImageDecoder implementation which uses JPEGImageDecoder (which might not be present on all systems), if it can determine the input is a JPEG image. If it isn't, it uses ImageIO to load the image.


Constructor Summary
SunJPEGCodecImageDecoderAlt()
          Deprecated.  
 
Method Summary
 BufferedImage read(InputStream in)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SunJPEGCodecImageDecoderAlt

public SunJPEGCodecImageDecoderAlt()
Deprecated. 
Method Detail

read

public BufferedImage read(InputStream in)
                   throws IOException,
                          ImagingException
Deprecated. 
Specified by:
read in interface ImageDecoder
Throws:
IOException
ImagingException


Copyright © 2015 Magnolia International Ltd.. All rights reserved.