Package com.stardog.stark.io.binary
Class BinaryRDFParser
- java.lang.Object
-
- com.stardog.stark.io.binary.BinaryRDFParser
-
- All Implemented Interfaces:
BinaryRDFConstants
,RDFParser
public final class BinaryRDFParser extends java.lang.Object implements RDFParser, BinaryRDFConstants
- Since:
- 1.0
- Version:
- 6.1.2
- Author:
- Jeen Broekstra, Michael Grove
-
-
Field Summary
-
Fields inherited from interface com.stardog.stark.io.binary.BinaryRDFConstants
BNODE_VALUE, COMMENT, DATATYPE_LITERAL_VALUE, EMBEDDED_QUAD, EMBEDDED_TRIPLE, END_OF_DATA, FORMAT_VERSION, LANG_LITERAL_VALUE, MAGIC_NUMBER, NAMESPACE_DECL, NULL_VALUE, PLAIN_LITERAL_VALUE, QUAD, TRIPLE, URI_VALUE, VALUE_DECL, VALUE_REF
-
-
Constructor Summary
Constructors Constructor Description BinaryRDFParser()
-
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
Parse the content
-
-