Package com.stardog.stark.io.rdfjson
Class RDFJSONParser
- java.lang.Object
-
- com.stardog.stark.io.rdfjson.RDFJSONParser
-
-
Constructor Summary
Constructors Constructor Description RDFJSONParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RDFFormat
format()
The format this parser can parsevoid
parse(java.io.InputStream theStream, RDFHandler theHandler, Options theOptions)
Parse the content
-
-
-
Method Detail
-
format
@Nonnull public RDFFormat format()
The format this parser can parse
-
parse
public void parse(@Nonnull java.io.InputStream theStream, @Nonnull RDFHandler theHandler, @Nonnull Options theOptions) throws java.io.IOException
Description copied from interface:RDFParser
Parse the content
-
-