Class Toml
java.lang.Object
com.stereowalker.unionlib.util.toml.Toml
Drop-in parse entry point matching the tomlj API surface.
Usage (direct replacement for org.tomlj.Toml.parse(...)):
TomlParseResult t = Toml.parse(path);
-
Method Summary
Modifier and TypeMethodDescriptionstatic TomlParseResultstatic TomlParseResultparse(InputStream stream) static TomlParseResultstatic TomlParseResult
-
Method Details
-
parse
- Throws:
IOException
-
parse
- Throws:
IOException
-
parse
- Throws:
IOException
-
parse
-