Class PythonAbstractEncodedMessage

    • Constructor Detail

      • PythonAbstractEncodedMessage

        public PythonAbstractEncodedMessage()
    • Method Detail

      • pythonExtension

        public void pythonExtension​(long pythonObject)
        Part of JCC Python interface to object
      • pythonExtension

        public long pythonExtension()
        Part of JCC Python interface to object
      • pythonDecRef

        public void pythonDecRef()
        Part of JCC Python interface to object
      • fetchByte

        public int fetchByte()
        Fetch the next byte from the message.
        Specified by:
        fetchByte in class AbstractEncodedMessage
        Returns:
        next byte from the message, as a primitive integer, or -1 if end of data has been reached