クラス
org.seasar.framework.exception.IORuntimeException の使用

IORuntimeException を使用しているパッケージ
org.seasar.framework.util org.seasar.frameworkに対するユーティリティ機能を提供します。 
 

org.seasar.framework.util での IORuntimeException の使用
 

IORuntimeException をスローする org.seasar.framework.util のメソッド
static Object SerializeUtil.serialize(Object o)
          オブジェクトをシリアライズできるかテストします。
static Properties ResourceUtil.getProperties(String path)
          プロパティファイルを返します。
static String ReaderUtil.readText(Reader reader)
          テキストを読み込みます。
static void PropertiesUtil.load(Properties props, InputStream in)
          Properties.load(InputStream)の例外処理をラップします。
static void OutputStreamUtil.close(OutputStream out)
          OutputStreamを閉じます。
static JarFile JarURLConnectionUtil.getJarFile(JarURLConnection conn)
          JarURLConnection.getJarFile()の例外処理をラップするメソッドです。
static JarInputStream JarInputStreamUtil.create(InputStream is)
          JarInputStreamを作成します。
static JarEntry JarInputStreamUtil.getNextJarEntry(JarInputStream is)
          JarInputStream.getNextJarEntry()の例外処理をラップするメソッドです。
static void InputStreamUtil.close(InputStream is)
          InputStreamを閉じます。
static void InputStreamUtil.closeSilently(InputStream is)
          InputStreamを閉じます。
static byte[] InputStreamUtil.getBytes(InputStream is)
          InputStreamからbyteの配列を取得します。
static void InputStreamUtil.copy(InputStream is, OutputStream os)
          InputStreamの内容を OutputStreamにコピーします。
static int InputStreamUtil.available(InputStream is)
          InputStream.available()の例外処理をラップしたメソッドです。
static void InputStreamUtil.reset(InputStream is)
          InputStreamをリセットします。
static InputStreamReader InputStreamReaderUtil.create(InputStream is, String encoding)
          InputStreamReaderを作成します。
static FileOutputStream FileOutputStreamUtil.create(File file)
          FileOutputStreamを作成します。
static FileInputStream FileInputStreamUtil.create(File file)
          FileInputStreamを作成します。
 



Copyright © 2004-2012 The Seasar Foundation. All Rights Reserved.