public interface TsonReader
TsonReader setOption(String name, Object value)
boolean isSkipHeader()
TsonReader setSkipHeader(boolean skipHeader)
boolean isSkipComments()
TsonReader setSkipComments(boolean skipComments)
<T> T read(TsonElement tson, Class<? extends T> clazz)
<T> T read(InputStream stream, Class<? extends T> clazz) throws IOException
IOException<T> T read(CharSequence string, Class<? extends T> clazz)
<T> T read(InputStream stream, String encoding, Class<? extends T> clazz) throws IOException
IOException<T> T read(Reader reader, Class<? extends T> clazz) throws IOException
IOException<T> T read(File file, Class<? extends T> clazz) throws IOException
IOException<T> T read(Path file, Class<? extends T> clazz) throws IOException
IOException<T> T read(URL url, Class<? extends T> clazz) throws IOException
IOExceptionTsonElement readElement(InputStream stream) throws IOException
IOExceptionTsonElement readElement(CharSequence string)
TsonElement readElement(InputStream stream, String encoding) throws IOException
IOExceptionTsonElement readElement(Reader reader) throws IOException
IOExceptionTsonElement readElement(File file) throws IOException
IOExceptionTsonElement readElement(Path file) throws IOException
IOExceptionTsonElement readElement(URL url) throws IOException
IOExceptionTsonDocument readDocument(InputStream stream) throws IOException
IOExceptionTsonDocument readDocument(CharSequence string)
TsonDocument readDocument(InputStream stream, String encoding) throws IOException
IOExceptionTsonDocument readDocument(Reader reader) throws IOException
IOExceptionTsonDocument readDocument(File file) throws IOException
IOExceptionTsonDocument readDocument(Path file) throws IOException
IOExceptionTsonDocument readDocument(URL url) throws IOException
IOExceptionvoid visitElement(InputStream stream, TsonParserVisitor visitor) throws IOException
IOExceptionvoid visitElement(CharSequence string, TsonParserVisitor visitor)
void visitElement(InputStream stream, String encoding, TsonParserVisitor visitor) throws IOException
IOExceptionvoid visitElement(Reader reader, TsonParserVisitor visitor) throws IOException
IOExceptionvoid visitElement(File file, TsonParserVisitor visitor) throws IOException
IOExceptionvoid visitElement(Path file, TsonParserVisitor visitor) throws IOException
IOExceptionvoid visitElement(URL url, TsonParserVisitor visitor) throws IOException
IOExceptionvoid visitDocument(InputStream stream, TsonParserVisitor visitor) throws IOException
IOExceptionvoid visitDocument(CharSequence string, TsonParserVisitor visitor)
void visitDocument(InputStream stream, String encoding, TsonParserVisitor visitor) throws IOException
IOExceptionvoid visitDocument(Reader reader, TsonParserVisitor visitor) throws IOException
IOExceptionvoid visitDocument(File file, TsonParserVisitor visitor) throws IOException
IOExceptionvoid visitDocument(Path file, TsonParserVisitor visitor) throws IOException
IOExceptionvoid visitDocument(URL url, TsonParserVisitor visitor) throws IOException
IOExceptionvoid visitElement(String tsonString, TsonParserVisitor visitor)
void visitDocument(String tsonString, TsonParserVisitor visitor)
Copyright © 2024 vpc open source initiative. All rights reserved.