Interface Message.ExtractMethod

  • Enclosing class:
    Message
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    static interface Message.ExtractMethod
    Interface defining a method to extract a specific data type. For internal usage only.
    Since:
    4.2.0 - 2022-08-19
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object extractOne​(byte[] _signatureBuf, byte[] _dataBuf, int[] _offsets, boolean _contained)  
    • Method Detail

      • extractOne

        java.lang.Object extractOne​(byte[] _signatureBuf,
                                    byte[] _dataBuf,
                                    int[] _offsets,
                                    boolean _contained)
                             throws DBusException
        Throws:
        DBusException