Uses of Class
com.lucimber.dbus.type.DBusInt64
Packages that use DBusInt64
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 DBusInt64 in com.lucimber.dbus.codec.decoder
Methods in com.lucimber.dbus.codec.decoder that return types with arguments of type DBusInt64 -
Uses of DBusInt64 in com.lucimber.dbus.codec.encoder
Methods in com.lucimber.dbus.codec.encoder with parameters of type DBusInt64Modifier and TypeMethodDescription -
Uses of DBusInt64 in com.lucimber.dbus.type
Methods in com.lucimber.dbus.type that return DBusInt64Modifier and TypeMethodDescriptionstatic DBusInt64
DBusInt64.valueOf
(long value) Constructs a new D-Bus INT64 from its Java counterpart.Methods in com.lucimber.dbus.type that return types with arguments of type DBusInt64Modifier and TypeMethodDescriptionDBusArray.ofInt64s
(long... longs) Creates an array of 64-bit integers.static DBusDict<DBusString,
DBusInt64> DBusDict.ofStringToInt64()
Creates a dictionary with string keys and int64 values.Methods in com.lucimber.dbus.type with parameters of type DBusInt64