Package org.eclipse.rdf4j.rio.hdt
Class HDTDictionarySectionFactory
java.lang.Object
org.eclipse.rdf4j.rio.hdt.HDTDictionarySectionFactory
HDT DictionarySection factory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static HDTDictionarySection
parse
(InputStream is, String name, long pos) Create a dictionary section from input stream.
-
Constructor Details
-
HDTDictionarySectionFactory
HDTDictionarySectionFactory()
-
-
Method Details
-
parse
protected static HDTDictionarySection parse(InputStream is, String name, long pos) throws IOException Create a dictionary section from input stream. The name an starting position are provided for debugging purposes.- Parameters:
is
- input streamname
- namepos
- starting position- Returns:
- dictionary section
- Throws:
IOException
-