|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.framework.util.TextUtil
テキスト用のユーティリティクラスです。
コンストラクタの概要 | |
protected |
TextUtil()
インスタンスを構築します。 |
メソッドの概要 | |
static String |
readText(File file)
テキストを読み込みます。 |
static String |
readText(String path)
テキストを読み込みます。 |
static String |
readUTF8(File file)
UTF8でテキストを読み込みます。 |
static String |
readUTF8(String path)
UTF8でテキストを読み込みます。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
protected TextUtil()
メソッドの詳細 |
public static String readText(String path)
path
- パス
public static String readText(File file)
file
- ファイル
public static String readUTF8(String path)
path
- パス
public static String readUTF8(File file)
file
- ファイル
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |