org.seasar.framework.util
クラス FileInputStreamUtil
java.lang.Object
org.seasar.framework.util.FileInputStreamUtil
- public class FileInputStreamUtil
- extends Object
FileInputStream
用のユーティリティクラスです。
- 作成者:
- higa
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileInputStreamUtil
protected FileInputStreamUtil()
- インスタンスを構築します。
create
public static FileInputStream create(File file)
throws IORuntimeException
FileInputStream
を作成します。
- パラメータ:
file
-
- 戻り値:
FileInputStream
- 例外:
IORuntimeException
- IOException
が発生した場合- 関連項目:
FileInputStream.FileInputStream(File)
Copyright © 2004-2012 The Seasar Foundation. All Rights Reserved.