java.lang.Object
org.newsclub.net.unix.rmi.RemoteFileDescriptorBase<Void>
org.newsclub.net.unix.rmi.RemoteFileDescriptor
- All Implemented Interfaces:
- Closeable,- Externalizable,- Serializable,- AutoCloseable,- org.newsclub.net.unix.FileDescriptorAccess
A generic (unspecific) 
FileDescriptor reference.- Author:
- Christian Kohlschütter
- See Also:
- 
Field SummaryFields inherited from class org.newsclub.net.unix.rmi.RemoteFileDescriptorBaseresource
- 
Constructor SummaryConstructorsConstructorDescriptionCreates an uninitialized instance; used for externalization.RemoteFileDescriptor(AFUNIXRMISocketFactory socketFactory, FileDescriptor fd) Creates a newRemoteFileOutputinstance, encapsulating a genericFileDescriptorso that it can be shared with other processes via RMI.
- 
Method SummaryMethods inherited from class org.newsclub.net.unix.rmi.RemoteFileDescriptorBasegetFileDescriptor, getMagicValue, readExternal, writeExternal
- 
Constructor Details- 
RemoteFileDescriptorpublic RemoteFileDescriptor()Creates an uninitialized instance; used for externalization.- See Also:
 
- 
RemoteFileDescriptorCreates a newRemoteFileOutputinstance, encapsulating a genericFileDescriptorso that it can be shared with other processes via RMI.- Parameters:
- socketFactory- The socket factory.
- fd- The- FileDescriptor.
 
 
- 
- 
Method Details- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- RemoteFileDescriptorBase<Void>
- Throws:
- IOException
 
 
-