java.lang.Object
org.freedesktop.dbus.FileDescriptor
Represents a FileDescriptor to be passed over the bus. Can be created from
either an integer(gotten through some JNI/JNA/JNR call) or from a
java.io.FileDescriptor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
FileDescriptor
public FileDescriptor(int _fd) -
FileDescriptor
- Throws:
MarshallingException
-
-
Method Details
-
toJavaFileDescriptor
- Throws:
MarshallingException
-
getIntFileDescriptor
public int getIntFileDescriptor()
-