The ClientStoreFile Class contains the following methods:
canRead determines whether the application can read from the specified file.
canWrite determines whether the application can write to this file.
delete deletes the file specified by the ClientStoreFile object.
equals determines whether this ClientStoreFile instance is equal to another object.
exists determines whether this ClientStoreFile object exists.
getAbsolutePath retrieves the absolute path of the file represented by this object.
getCanonicalPath retrieves the canonical form of this ClientStoreFile object's path.
isAbsolute determines whether the file represented by this ClientStoreFile object is an absolute path.
isDirectory determines whether the file represented by this ClientStoreFile object is a directory.
isFile determines whether the file represented by this ClientStoreFile object is a "normal" file.
lastModified retrieves the time that the file represented by this ClientStoreFile object was last modified.
length retrieves the length of the file represented by this ClientStoreFile object.
list returns a list of the files in the directory specified by the ClientStoreFile object.
mkdir creates a directory whose path is specified by the ClientStoreFile object.
mkdirs creates a directory whose path is specified by the ClientStoreFile object, including any necessary parent directories.
openInputStream opens an input stream to the file.
openOutputStream opens an output stream to the file.
openRandom opens a RandomAccessFile from the store for read operations, with no specified flags.
renameTo renames the file specified by this ClientStoreFile object to have the path given by the File argument.