クラス CharacterDataCodeParser
java.lang.Object
com.github.dabasan.xops.properties.openxops.CharacterDataCodeParser
public class CharacterDataCodeParser extends Object
Parses the source code of OpenXOPS and obtains character data.
- 作成者:
- Daba
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 CharacterDataCodeParser(String code_filename, String encoding)Parses the code after loading it from a file.CharacterDataCodeParser(List<String> lines)In case you already have lines of the code. -
メソッドの概要
修飾子とタイプ メソッド 説明 HashMap<Integer,CharacterData>GetData()TreeMap<Integer,CharacterData>GetOrderedData()
-
コンストラクタの詳細
-
CharacterDataCodeParser
In case you already have lines of the code.- パラメータ:
lines- Lines of the code
-
CharacterDataCodeParser
Parses the code after loading it from a file.- パラメータ:
code_filename- Filename of the codeencoding- Encoding- 例外:
IOException
-
-
メソッドの詳細