Uses of Class
com.lucimber.dbus.type.DBusArray
Packages that use DBusArray
Package
Description
D-Bus message decoding infrastructure for converting wire format to Java objects.
D-Bus message encoding infrastructure for converting Java objects to wire format.
Type-safe D-Bus data types and containers providing compile-time marshalling safety.
-
Uses of DBusArray in com.lucimber.dbus.codec.decoder
Methods in com.lucimber.dbus.codec.decoder that return types with arguments of type DBusArray -
Uses of DBusArray in com.lucimber.dbus.codec.encoder
Methods in com.lucimber.dbus.codec.encoder with parameters of type DBusArrayModifier and TypeMethodDescription -
Uses of DBusArray in com.lucimber.dbus.type
Methods in com.lucimber.dbus.type that return DBusArrayModifier and TypeMethodDescriptionCreates an empty array with the specified element signature.static DBusArray<DBusBoolean>
DBusArray.ofBooleans
(boolean... booleans) Creates an array of booleans.static DBusArray<DBusDouble>
DBusArray.ofDoubles
(double... doubles) Creates an array of doubles.DBusArray.ofInt32s
(int... integers) Creates an array of 32-bit integers.DBusArray.ofInt64s
(long... longs) Creates an array of 64-bit integers.static DBusArray<DBusObjectPath>
DBusArray.ofObjectPaths
(String... paths) Creates an array of object paths.static DBusArray<DBusString>
Creates an array of strings.Constructors in com.lucimber.dbus.type with parameters of type DBusArray