MCPcopy Create free account
hub / github.com/cping/LGame / ConfigReader

Class ConfigReader

Java/Loon-Neo/src/loon/utils/ConfigReader.java:56–692  ·  view source on GitHub ↗

一个简单的多文本数据存储及读取用类,作用类似于ini文件 用它可以进行一些简单的键值对(key-value)模式数据设置,不想使用xml或json配置时的帮手 完整存储格式为(可部分使用): test = "abc" //设定子元素 [abc] //获得子元素数值 get(abc.test) test = "efg" //($后是数据段名称,下面是数据,两个一组,换行符开始下一组,或者再次出现$也算一组新数据) $bigdata1 begin name = "key1" value1 end begin name = "key2" value2 end ke

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected