Package org.freedesktop.dbus
Class FileDescriptor
- java.lang.Object
-
- org.freedesktop.dbus.FileDescriptor
-
public class FileDescriptor extends Object
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 Constructor Description FileDescriptor(int _fd)FileDescriptor(FileDescriptor _data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIntFileDescriptor()FileDescriptortoJavaFileDescriptor()
-
-
-
Constructor Detail
-
FileDescriptor
public FileDescriptor(int _fd)
-
FileDescriptor
public FileDescriptor(FileDescriptor _data) throws MarshallingException
- Throws:
MarshallingException
-
-
Method Detail
-
toJavaFileDescriptor
public FileDescriptor toJavaFileDescriptor() throws MarshallingException
- Throws:
MarshallingException
-
getIntFileDescriptor
public int getIntFileDescriptor()
-
-