Package org.eclipse.rdf4j.rio.hdt
Class HDTDictionarySectionFactory
- java.lang.Object
-
- org.eclipse.rdf4j.rio.hdt.HDTDictionarySectionFactory
-
class HDTDictionarySectionFactory extends java.lang.Object
HDT DictionarySection factory.
-
-
Constructor Summary
Constructors Constructor Description HDTDictionarySectionFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static HDTDictionarySection
parse(java.io.InputStream is, java.lang.String name, long pos)
Create a dictionary section from input stream.
-
-
-
Method Detail
-
parse
protected static HDTDictionarySection parse(java.io.InputStream is, java.lang.String name, long pos) throws java.io.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:
java.io.IOException
-
-