Interface EncodedMessage

    • Method Detail

      • start

        default void start()
        Start message extraction.
      • extractBits

        long extractBits​(int n)
        Extract the next n bits from the encoded message.
        Parameters:
        n - number of bits to extract (cannot exceed 32 bits)
        Returns:
        bits packed as the LSB of a 64 bits primitive long