Package com.stardog.stark.io.rdfjson
Class RDFJSONParser
java.lang.Object
com.stardog.stark.io.rdfjson.RDFJSONParser
- All Implemented Interfaces:
RDFParser
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Peter Ansell, Michael Grove
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformat()The format this parser can parsevoidparse(InputStream theStream, RDFHandler theHandler, Options theOptions) Parse the content
-
Constructor Details
-
RDFJSONParser
public RDFJSONParser()
-
-
Method Details
-
format
The format this parser can parse -
parse
public void parse(@Nonnull InputStream theStream, @Nonnull RDFHandler theHandler, @Nonnull Options theOptions) throws IOException Description copied from interface:RDFParserParse the content- Specified by:
parsein interfaceRDFParser- Parameters:
theStream- the stream to read fromtheHandler- the handler to pass parse events totheOptions- the parsing options- Throws:
IOException- if there was an error while reading from the stream
-