Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An essential ingredient for this "recipe" is the name argument for the FileSystemManager.resolveFile(String name) method. This is present around lines defining and using String gzName, line numbers 99-100 in the ExtractFromGzipInTar.java code listing below. The important work of connecting to the content.txt file inside the content.txt.gz file inside the archive.tar file is performed by

...