|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mtzky.io.IOUtils
public class IOUtils
I/O utilities.
Closable,
Closeable| メソッドの概要 | |
|---|---|
static void |
closeQuietly(Closable closable)
Unconditionally close a Closable. |
static void |
closeQuietly(java.io.Closeable closaable)
Unconditionally close a Closeable. |
static java.lang.String |
trapSysOut(java.lang.Runnable runnable)
引数の |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public static void closeQuietly(Closable closable)
Unconditionally close a Closable.
Logs warning message to
Logger if IOException occurred.
closable - public static void closeQuietly(java.io.Closeable closaable)
Unconditionally close a Closeable.
Logs warning message to
Logger if IOException occurred.
closaable -
public static java.lang.String trapSysOut(java.lang.Runnable runnable)
throws java.lang.Throwable
引数の Runnable 実行中の System.out を String として返します。
runnable -
System.out as String
java.lang.Throwable
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||