Class BinaryRDFParser

    • Constructor Detail

      • BinaryRDFParser

        public BinaryRDFParser()
    • Method Detail

      • 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
                          java.io.InputStream theStream,
                          @Nonnull
                          RDFHandler theHandler,
                          @Nonnull
                          Options theOptions)
                   throws java.io.IOException
        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:
        java.io.IOException - if there was an error while reading from the stream