|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
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(Closeable closaable)
Unconditionally close a Closeable. |
static PushbackReader |
toPushbackReader(Reader reader)
Returns Reader wrapped by PushbackReader. |
static String |
trapSysOut(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(Closeable closaable)
Unconditionally close a Closeable.
Logs warning message to
Logger if IOException occurred.
closaable -
public static String trapSysOut(Runnable runnable)
throws Throwable
引数の Runnable 実行中の System.out を String として返します。
runnable -
System.out as String
Throwablepublic static PushbackReader toPushbackReader(Reader reader)
Returns Reader wrapped by PushbackReader.
reader -
PushbackReader
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||