Class HDTBitmap

java.lang.Object
org.eclipse.rdf4j.rio.hdt.HDTPart
org.eclipse.rdf4j.rio.hdt.HDTBitmap

class HDTBitmap extends HDTPart
  • Field Details

    • BITMAP1

      protected static final int BITMAP1
      See Also:
    • bits

      private int bits
    • buffer

      private byte[] buffer
  • Constructor Details

    • HDTBitmap

      HDTBitmap()
  • Method Details

    • get

      protected int get(int i)
      Get bit
      Parameters:
      i -
      Returns:
      0 or 1
    • size

      protected int size()
      Get number of entries in this bitmap
      Returns:
      positive integer value
    • parse

      protected void parse(InputStream is) throws IOException
      Description copied from class: HDTPart
      Parse from input stream
      Specified by:
      parse in class HDTPart
      Parameters:
      is -
      Throws:
      IOException