Package org.eclipse.rdf4j.rio.hdt
Class HDTBitmap
- java.lang.Object
-
- org.eclipse.rdf4j.rio.hdt.HDTPart
-
- org.eclipse.rdf4j.rio.hdt.HDTBitmap
-
class HDTBitmap extends HDTPart
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.rdf4j.rio.hdt.HDTPart
HDTPart.Type
-
-
Constructor Summary
Constructors Constructor Description HDTBitmap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
get(int i)
Get bitprotected void
parse(java.io.InputStream is)
Parse from input streamprotected int
size()
Get number of entries in this bitmap-
Methods inherited from class org.eclipse.rdf4j.rio.hdt.HDTPart
checkControl, checkCRC, checkFormat, countToNull, getDebugPartStr, getIntegerProperty, getProperties, getProperties, mapProperties, readToNull
-
-
-
-
Field Detail
-
BITMAP1
protected static final int BITMAP1
- See Also:
- Constant Field Values
-
bits
private int bits
-
buffer
private byte[] buffer
-
-