Uses of Class
org.eclipse.rdf4j.rio.hdt.HDTDictionarySection
-
Packages that use HDTDictionarySection Package Description org.eclipse.rdf4j.rio.hdt Parser/writer for the HDT v1.0 format. -
-
Uses of HDTDictionarySection in org.eclipse.rdf4j.rio.hdt
Subclasses of HDTDictionarySection in org.eclipse.rdf4j.rio.hdt Modifier and Type Class Description (package private) class
HDTDictionarySectionPFC
HDT DictionarySection Plain Front Coding.Methods in org.eclipse.rdf4j.rio.hdt that return HDTDictionarySection Modifier and Type Method Description protected static HDTDictionarySection
HDTDictionarySectionFactory. parse(java.io.InputStream is, java.lang.String name, long pos)
Create a dictionary section from input stream.Methods in org.eclipse.rdf4j.rio.hdt with parameters of type HDTDictionarySection Modifier and Type Method Description private byte[]
HDTParser. getSO(int pos, int size, HDTDictionarySection shared, HDTDictionarySection other)
Get part of triple from shared HDT Dictionary or (if not found) from specific HDT Dictionary
-