Package org.eclipse.rdf4j.rio.hdt
Class HDTDictionarySection
- java.lang.Object
-
- org.eclipse.rdf4j.rio.hdt.HDTPart
-
- org.eclipse.rdf4j.rio.hdt.HDTDictionarySection
-
- Direct Known Subclasses:
HDTDictionarySectionPFC
abstract class HDTDictionarySection extends HDTPart
HDT DictionarySection part. Various encodings exist.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
HDTDictionarySection.Type
-
Field Summary
-
Fields inherited from class org.eclipse.rdf4j.rio.hdt.HDTPart
COOKIE, name, pos, properties
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
HDTDictionarySection(java.lang.String name, long pos)
Constructor
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract byte[]
get(int i)
Get the entryprotected abstract int
size()
Get the size-
Methods inherited from class org.eclipse.rdf4j.rio.hdt.HDTPart
checkControl, checkCRC, checkFormat, countToNull, getDebugPartStr, getIntegerProperty, getProperties, getProperties, mapProperties, parse, readToNull
-
-