org.seasar.fisshplate.util
クラス ImageIOUtil

java.lang.Object
  上位を拡張 org.seasar.fisshplate.util.ImageIOUtil

public class ImageIOUtil
extends Object

作成者:
a-conv

コンストラクタの概要
ImageIOUtil()
           
 
メソッドの概要
static void close(ByteArrayOutputStream baos)
           
static BufferedImage read(FileInputStream fis)
           
static void write(BufferedImage img, String suffix, ByteArrayOutputStream baos)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ImageIOUtil

public ImageIOUtil()
メソッドの詳細

read

public static BufferedImage read(FileInputStream fis)

write

public static void write(BufferedImage img,
                         String suffix,
                         ByteArrayOutputStream baos)

close

public static void close(ByteArrayOutputStream baos)


Copyright © 2009 The Seasar Foundation. All Rights Reserved.