All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- atime.
Variable in class avd.fs.rfs.RFSFileAttr
- Time in seconds since 1970-Jan-1 00:00:00 GMT the file
was accessed
- available().
Method in class avd.io.RFileInputStream
-
- BLOCK.
Static variable in interface avd.fs.rfs.RFSFileType
- Block device
- CHAR.
Static variable in interface avd.fs.rfs.RFSFileType
- Character device
- close().
Method in class avd.io.RFileInputStream
-
- close().
Method in class avd.io.RFileOutputStream
-
- close(RemoteFile).
Method in class avd.fs.rfs.RFSClient
- Closes a opened file(or dir) and releases all resources associated
with it.
- createdir(String).
Method in class avd.fs.rfs.RFSClient
- Creates a new directory and returns a handle to it.
- createfile(String).
Method in class avd.fs.rfs.RFSClient
- Creates a file and returns a handle to it.
- createhardlink(String, String).
Method in class avd.fs.rfs.RFSClient
- Creates a hard link.
- createNewInstance().
Method in interface avd.fs.rfs.RFSClientImpl
- Implementers must return a new instance.
- createsymlink(String, String).
Method in class avd.fs.rfs.RFSClient
- Creates a symbolic link.
- ctime.
Variable in class avd.fs.rfs.RFSFileAttr
- Time in seconds since 1970-Jan-1 00:00:00 GMT the file attributes
were modified
- DIRECTORY.
Static variable in interface avd.fs.rfs.RFSFileType
- Directory
- FIFO.
Static variable in interface avd.fs.rfs.RFSFileType
- FIFO (named pipe)
- finalize().
Method in class avd.io.RFileInputStream
-
- finalize().
Method in class avd.io.RFileOutputStream
-
- ftype.
Variable in class avd.fs.rfs.RFSFileAttr
- Type of the file.
- getdirlist(RemoteFile).
Method in class avd.fs.rfs.RFSClient
- Returns a String array which contains the files and directories
present under the given directory.
- getfileattr(RemoteFile).
Method in class avd.fs.rfs.RFSClient
- Returns the attributes of the file.
- getfileattr(String).
Method in class avd.fs.rfs.RFSClient
- Returns the attributes of a file.
- getfileoption(RemoteFile, Object).
Method in class avd.fs.rfs.RFSClient
- Returns the values of the various file options.
- getfiletype(RemoteFile).
Method in class avd.fs.rfs.RFSClient
-
Returns the type of the actual file.
- getfiletype(String).
Method in class avd.fs.rfs.RFSClient
-
Returns the type of the file.
- getHandler(String).
Static method in class avd.fs.rfs.RFSClientFactory
- Return a new instance of the handler for the given protocol.
- getlinkfileattr(String).
Method in class avd.fs.rfs.RFSClient
- Returns the attributes a file without dereference.
- getLocalMountPoint(String).
Static method in class avd.fs.rfs.RFSClientFactory
- A useful method to extract the local mountpoint from a filename.
- getMountPointHandler(String).
Static method in class avd.fs.rfs.RFSClientFactory
-
Returns the rfsclient that handles a particular local mountpoint.
- LINK.
Static variable in interface avd.fs.rfs.RFSFileType
- Symbolic link
- mount(String, String, String).
Method in class avd.fs.rfs.RFSClient
- Mounts a remote mountpoint on a host under a local mountpoint.
- mount(String, String, String, Object).
Method in class avd.fs.rfs.RFSClient
- Mounts a remote mountpoint on a host under a local mountpoint.
- move(String, String).
Method in class avd.fs.rfs.RFSClient
- Moves a file from one directory to another.
- mtime.
Variable in class avd.fs.rfs.RFSFileAttr
- Time in seconds since 1970-Jan-1 00:00:00 GMT the file was modified.
- open(String).
Method in class avd.fs.rfs.RFSClient
- Opens a file and returns the handle to it.
- opendir(String).
Method in class avd.fs.rfs.RFSClient
- Opens the given directory.
- read().
Method in class avd.io.RFileInputStream
-
- read(byte[]).
Method in class avd.io.RFileInputStream
-
- read(byte[], int, int).
Method in class avd.io.RFileInputStream
-
- read(RemoteFile, long, int, byte[], int).
Method in class avd.fs.rfs.RFSClient
- Reads data from the open file into a byte array.
- registerHandler(String, Object).
Static method in class avd.fs.rfs.RFSClientFactory
- Registers a handler for a protocol.
- registerMountPoint(String, RFSClient).
Static method in class avd.fs.rfs.RFSClientFactory
- Registers a handler for a local mountpoint.
- REGULAR.
Static variable in interface avd.fs.rfs.RFSFileType
- Regular file
- RemoteFile().
Constructor for class avd.fs.rfs.RemoteFile
-
- remove(String).
Method in class avd.fs.rfs.RFSClient
- Deletes the given file from the mounted filesystem.
- removedir(String).
Method in class avd.fs.rfs.RFSClient
- Deletes the directory from the mounted filesytem.
- RFileInputStream(String).
Constructor for class avd.io.RFileInputStream
- Open a file on the mounted directory or lmp for reading.
- RFileOutputStream(String, boolean).
Constructor for class avd.io.RFileOutputStream
- Opens or creates a file under the directories mounted through a
RFS client.
- RFSClient().
Constructor for class avd.fs.rfs.RFSClient
-
- RFSClientFactory().
Constructor for class avd.fs.rfs.RFSClientFactory
-
- RFSException().
Constructor for class avd.fs.rfs.RFSException
-
- RFSException(String).
Constructor for class avd.fs.rfs.RFSException
-
- RFSFileAttr().
Constructor for class avd.fs.rfs.RFSFileAttr
-
- setfileoption(RemoteFile, Object).
Method in class avd.fs.rfs.RFSClient
- This sets the various file options like locking and caching of
data and whether write's are commited immediately.
- size.
Variable in class avd.fs.rfs.RFSFileAttr
- Size of the file in bytes.
- skip(long).
Method in class avd.io.RFileInputStream
-
- SOCKET.
Static variable in interface avd.fs.rfs.RFSFileType
- Socket
- unmount(String).
Method in class avd.fs.rfs.RFSClient
- Unmounts the file system under the given local mountpoint.
- unregisterHandler(String, Object).
Static method in class avd.fs.rfs.RFSClientFactory
- Unregisters the handler of a protocol.
- unregisterMountPoint(String, RFSClient).
Static method in class avd.fs.rfs.RFSClientFactory
- Unregisters a local mountpoint.
- write(byte[]).
Method in class avd.io.RFileOutputStream
-
- write(byte[], int, int).
Method in class avd.io.RFileOutputStream
-
- write(int).
Method in class avd.io.RFileOutputStream
-
- write(RemoteFile, long, int, byte[], int).
Method in class avd.fs.rfs.RFSClient
- Writes data to the open file from a byte array.