Class RemoteFileInput

java.lang.Object
org.newsclub.net.unix.rmi.RemoteFileDescriptorBase<FileInputStream>
org.newsclub.net.unix.rmi.RemoteFileInput
All Implemented Interfaces:
Closeable, Externalizable, Serializable, AutoCloseable, org.newsclub.net.unix.FileDescriptorAccess

public final class RemoteFileInput extends RemoteFileDescriptorBase<FileInputStream> implements Closeable
A specialized subclass of RemoteFileDescriptorBase, specifically for FileInputStreams.
Author:
Christian Kohlschütter
See Also: