com.alibaba.simpleimage.util
类 ImageReadHelper

java.lang.Object
  继承者 com.alibaba.simpleimage.util.ImageReadHelper

public class ImageReadHelper
extends Object

TODO Comment of ImageReadHelper

作者:
wendell

字段摘要
static int DEFAULT_HIGHT_QUALITY
          Used by PNG, GIF default quality
 
构造方法摘要
ImageReadHelper()
           
 
方法摘要
static ImageWrapper read(InputStream input)
           
static ImageWrapper readGeneral(InputStream input)
           
static ImageWrapper readGIF(InputStream input)
           
static ImageWrapper readJPEG(InputStream input)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

DEFAULT_HIGHT_QUALITY

public static final int DEFAULT_HIGHT_QUALITY
Used by PNG, GIF default quality

另请参见:
常量字段值
构造方法详细信息

ImageReadHelper

public ImageReadHelper()
方法详细信息

read

public static ImageWrapper read(InputStream input)
                         throws SimpleImageException
抛出:
SimpleImageException

readJPEG

public static ImageWrapper readJPEG(InputStream input)
                             throws SimpleImageException
抛出:
SimpleImageException

readGIF

public static ImageWrapper readGIF(InputStream input)
                            throws SimpleImageException
抛出:
SimpleImageException

readGeneral

public static ImageWrapper readGeneral(InputStream input)
                                throws SimpleImageException
抛出:
SimpleImageException


Copyright © 2012–2015 Alibaba Group. All rights reserved.