Returns the list of filenames from the current pos to the end of the source The source will be closed after having called this function This function goes through the whole archive (which may be slow).
Returns a writer that will start writing at the current pos in the source Any data (from current file or any other file) located after current pos will be erased.
Overrides File_Archive_Reader::makeWriter() (Returns a writer that will start writing at the current pos in the source Any data (from current file or any other file) located after current pos will be erased.)
See: File_Archive_Reader::next()
The first time next is called, it will open the file handle and return
true. Then it will return false
Raise an error if the file does not exist