Creates an IndexOutput in order to write the file contents.
Parameters: name - The name of the file An IndexOutput to write the file contents throws: IOException -
Deletes a list of files. It must be verified by the caller that
all files correlate to this file entry handler.
Parameters: names - The list of file names to delete List of files that were not deleted (or null if all were deleted) throws: IOException -
Checks if the file exists for the given file name.
Parameters: name - The name of the file true of the file exists, false if it does not. throws: IOException -
Opens an IndexInput in order to read the file contents.
Parameters: name - The name of the file An IndexInput in order to read the file contents. throws: IOException -
Renames the file entry from "from" to "to". The from entry is
the one that maps to the actual file entry handler.
Parameters: from - The name to rename from Parameters: to - The name to rename to throws: IOException -