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.
Skip some data and returns how many bytes have been skipped
Class Details
[line 45]
Add a directory to the public name of all the files of a reader
Example: If archive.tar is a file archive containing files a.txt and foo/b.txt new File_Archive_Reader_AddBaseName('bar', new File_Archive_Reader_Tar( new File_Archive_Reader_File('archive.tar') ) ) is a reader containing files bar/a.txt and bar/foo/b.txt