Uses of Interface
org.freedesktop.dbus.messages.Message.ExtractMethod
Packages that use Message.ExtractMethod
-
Uses of Message.ExtractMethod in org.freedesktop.dbus.messages
Methods in org.freedesktop.dbus.messages with parameters of type Message.ExtractMethodModifier and TypeMethodDescription(package private) Object[]Message.extract(String _signature, byte[] _dataBuf, int[] _offsets, Message.ExtractMethod _method) private ObjectMessage.extractArray(byte[] _signatureBuf, byte[] _dataBuf, int[] _offsets, boolean _contained, Message.ExtractMethod _extractMethod) Extracts an array from the data received on bus.private ObjectMessage.extractStruct(byte[] _signatureBuf, byte[] _dataBuf, int[] _offsets, Message.ExtractMethod _extractMethod) Extracts a struct from the data received on bus.private ObjectMessage.optimizePrimitives(byte[] _signatureBuf, byte[] _dataBuf, int[] _offsets, long _size, byte _algn, int _length, Message.ExtractMethod _extractMethod) Will create primitive arrays when an array is read.