Class HDTBitmap

    • Field Detail

      • bits

        private int bits
      • buffer

        private byte[] buffer
    • Constructor Detail

      • HDTBitmap

        HDTBitmap()
    • Method Detail

      • 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​(java.io.InputStream is)
                      throws java.io.IOException
        Description copied from class: HDTPart
        Parse from input stream
        Specified by:
        parse in class HDTPart
        Throws:
        java.io.IOException