Uses of Interface
com.lucimber.dbus.codec.decoder.DecoderResult
Packages that use DecoderResult
Package
Description
D-Bus message decoding infrastructure for converting wire format to Java objects.
-
Uses of DecoderResult in com.lucimber.dbus.codec.decoder
Classes in com.lucimber.dbus.codec.decoder that implement DecoderResultModifier and TypeClassDescriptionfinal class
DecoderResultImpl<ValueT extends DBusType>
Default implementation of the decoder result interface.Methods in com.lucimber.dbus.codec.decoder that return DecoderResultModifier and TypeMethodDescriptionArrayDecoder.decode
(ByteBuffer buffer, int offset) BooleanDecoder.decode
(ByteBuffer buffer, int offset) ByteDecoder.decode
(ByteBuffer buffer, int offset) Decodes a specific type from a buffer.static <R extends DBusType>
DecoderResult<R>DecoderUtils.decode
(DBusSignature signature, ByteBuffer buffer, int offset) Decodes D-Bus data types from a buffer.DictDecoder.decode
(ByteBuffer buffer, int offset) DictEntryDecoder.decode
(ByteBuffer buffer, int offset) DoubleDecoder.decode
(ByteBuffer buffer, int offset) Int16Decoder.decode
(ByteBuffer buffer, int offset) Int32Decoder.decode
(ByteBuffer buffer, int offset) Int64Decoder.decode
(ByteBuffer buffer, int offset) ObjectPathDecoder.decode
(ByteBuffer buffer, int offset) SignatureDecoder.decode
(ByteBuffer buffer, int offset) StringDecoder.decode
(ByteBuffer buffer, int offset) StructDecoder.decode
(ByteBuffer buffer, int offset) UInt16Decoder.decode
(ByteBuffer buffer, int offset) UInt32Decoder.decode
(ByteBuffer buffer, int offset) UInt64Decoder.decode
(ByteBuffer buffer, int offset) UnixFdDecoder.decode
(ByteBuffer buffer, int offset) VariantDecoder.decode
(ByteBuffer buffer, int offset) static <R extends DBusBasicType>
DecoderResult<R>DecoderUtils.decodeBasicType
(TypeCode code, ByteBuffer buffer, int offset) Decodes a D-Bus basic type from the buffer.static <R extends DBusContainerType>
DecoderResult<R>DecoderUtils.decodeContainerType
(DBusSignature signature, ByteBuffer buffer, int offset) Decodes a D-Bus container type from the buffer.