org.seasar.doma.internal.util
クラス IOUtil

java.lang.Object
  上位を拡張 org.seasar.doma.internal.util.IOUtil

public final class IOUtil
extends Object

作成者:
taedium

フィールドの概要
protected static int BUF_SIZE
           
 
コンストラクタの概要
IOUtil()
           
 
メソッドの概要
static void close(Closeable closeable)
           
static String readAsString(InputStream inputStream)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

BUF_SIZE

protected static final int BUF_SIZE
関連項目:
定数フィールド値
コンストラクタの詳細

IOUtil

public IOUtil()
メソッドの詳細

readAsString

public static String readAsString(InputStream inputStream)
                           throws WrapException
例外:
WrapException

close

public static void close(Closeable closeable)


Copyright © 2009 The Seasar Foundation. All Rights Reserved.