Uses of Package
com.lucimber.dbus.codec.decoder
Packages that use com.lucimber.dbus.codec.decoder
Package
Description
D-Bus message decoding infrastructure for converting wire format to Java objects.
-
Classes in com.lucimber.dbus.codec.decoder used by com.lucimber.dbus.codec.decoderClassDescriptionDecodes marshalled D-Bus data types.A
RuntimeException
that gets thrown by aDecoder
, if the decoding of a value isn't possible.Factory interface for creating D-Bus decoders.The DecoderResult class yields the decoded D-Bus data type and the number of decoded bytes.Functional interface for creating decoders.