Class BZip2TarFile

  • All Implemented Interfaces:
    ArchiveFile

    public class BZip2TarFile
    extends TarFile
    Extension of TarFile for bzip2 compressed files.
    • Constructor Summary

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

      • BZip2TarFile

        public BZip2TarFile​(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