|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.util.FileInputStreamUtil
FileInputStream
用のユーティリティクラスです。
コンストラクタの概要 | |
protected |
FileInputStreamUtil()
インスタンスを構築します。 |
メソッドの概要 | |
static java.io.FileInputStream |
create(java.io.File file)
FileInputStream を作成します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
protected FileInputStreamUtil()
メソッドの詳細 |
public static java.io.FileInputStream create(java.io.File file) throws IORuntimeException
FileInputStream
を作成します。
file
-
FileInputStream
IORuntimeException
- IOException
が発生した場合FileInputStream.FileInputStream(File)
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |