# Functions
Gunzip will decompress the given data in r using the gzip compression algorithm and write it to w.
Gzip will compress the given data in r using the gzip compression algorithm and write it to w.
Tar will write a tarball to w of the directory specified by rootPath.
Untar will extract the given tarball data in r to the directory specified by rootPath.