Package org.freedesktop.dbus.messages
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.
Interface defining a method to extract a specific data type.
For internal usage only.
- Since:
- 4.2.0 - 2022-08-19
-
Method Summary
Modifier and TypeMethodDescriptionextractOne(byte[] _signatureBuf, byte[] _dataBuf, int[] _offsets, boolean _contained)
-
Method Details
-
extractOne
Object extractOne(byte[] _signatureBuf, byte[] _dataBuf, int[] _offsets, boolean _contained) throws DBusException - Throws:
DBusException
-