Class StringCharSource
java.lang.Object
io.github.wasabithumb.jtoml.io.source.StringCharSource
- All Implemented Interfaces:
CharSource,Closeable,AutoCloseable
-
Constructor Details
-
StringCharSource
-
-
Method Details
-
next
public @org.jetbrains.annotations.Range(from=-1L, to=65535L) int next() throws io.github.wasabithumb.jtoml.except.TomlException- Specified by:
nextin interfaceCharSource- Throws:
io.github.wasabithumb.jtoml.except.TomlException
-
nextChar
public char nextChar() throws io.github.wasabithumb.jtoml.except.TomlException- Specified by:
nextCharin interfaceCharSource- Throws:
io.github.wasabithumb.jtoml.except.TomlException
-
close
public void close() throws io.github.wasabithumb.jtoml.except.TomlException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCharSource- Specified by:
closein interfaceCloseable- Throws:
io.github.wasabithumb.jtoml.except.TomlException
-