Class PythonEncodedMessage

    • Field Detail

      • pythonObject

        protected long pythonObject
        Part of JCC Python interface to object
    • Constructor Detail

      • PythonEncodedMessage

        public PythonEncodedMessage()
    • Method Detail

      • pythonExtension

        public void pythonExtension​(long pythonObject)
      • pythonExtension

        public long pythonExtension()
      • pythonDecRef

        public void pythonDecRef()
      • extractBits

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