Class GZipTarFile

  • All Implemented Interfaces:
    ArchiveFile

    public class GZipTarFile
    extends TarFile
    Extension of TarFile for gzip compressed files.
    • Constructor Summary

      Constructors 
      Constructor Description
      GZipTarFile​(java.io.File file)
      Creates a new instance with the given file.
    • Constructor Detail

      • GZipTarFile

        public GZipTarFile​(java.io.File file)
        Creates a new instance with the given file.
    • Method Detail

      • getInputStream

        protected java.io.InputStream getInputStream​(java.io.File file)
                                              throws java.io.IOException
        Overrides:
        getInputStream in class TarFile
        Throws:
        java.io.IOException