Class RDFJSONParser

java.lang.Object
com.stardog.stark.io.rdfjson.RDFJSONParser
All Implemented Interfaces:
RDFParser

public final class RDFJSONParser extends Object implements RDFParser

Since:
1.0
Version:
1.0
Author:
Peter Ansell, Michael Grove
  • Constructor Details

    • RDFJSONParser

      public RDFJSONParser()
  • Method Details

    • format

      @Nonnull public RDFFormat format()
      The format this parser can parse
      Specified by:
      format in interface RDFParser
      Returns:
      the format
    • parse

      public void parse(@Nonnull InputStream theStream, @Nonnull RDFHandler theHandler, @Nonnull Options theOptions) throws IOException
      Description copied from interface: RDFParser
      Parse the content
      Specified by:
      parse in interface RDFParser
      Parameters:
      theStream - the stream to read from
      theHandler - the handler to pass parse events to
      theOptions - the parsing options
      Throws:
      IOException - if there was an error while reading from the stream