Skip some data and returns how many bytes have been skipped
Class Details
[line 86]
Change a directory name to another
Example: If archive.tar is a file archive containing files a.txt and foo/b.txt new File_Archive_Reader_ChangeBaseName('foo', 'bar' new File_Archive_Reader_Tar( new File_Archive_Reader_File('archive.tar') ) ) is a reader containing files a.txt and bar/b.txt