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 $

入れ子のクラスの概要
 
クラス jp.go.nict.langrid.commons.io.PropertyFileParser から継承された入れ子のクラス/インタフェース
PropertyFileParser.Listener
 
コンストラクタの概要
PropertyFileReader(CharsetDecoder decoder)
          コンストラクタ。
 
メソッドの概要
 Map<String,String> read(InputStream stream)
          プロパティファイルを解析する。
 
クラス jp.go.nict.langrid.commons.io.PropertyFileParser から継承されたメソッド
parse
 
クラス 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 - 入力に失敗した