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