|
|||||||||||
前 次 | フレームあり フレームなし |
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 を作成します。 |
|
|||||||||||
前 次 | フレームあり フレームなし |