jp.go.nict.langrid.commons.io
クラス PropertyFileReader
java.lang.Object
jp.go.nict.langrid.commons.io.PropertyFileParser
jp.go.nict.langrid.commons.io.PropertyFileReader
public class PropertyFileReader
- extends PropertyFileParser
プロパティファイルを解析してname,valueのマップを返す。
- バージョン:
- $Revision: 8770 $
- 作成者:
- Takao Nakaguchi, $Author: Takao Nakaguchi $
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyFileReader
public PropertyFileReader(CharsetDecoder decoder)
- コンストラクタ。
- パラメータ:
decoder
- 解析に使用するデコーダ
read
public Map<String,String> read(InputStream stream)
throws IOException
- プロパティファイルを解析する。
- パラメータ:
stream
- 読込を行うストリーム
- 戻り値:
- name,valueマップ
- 例外:
IOException
- 入力に失敗した