Interface ArchiveFile

    • Method Detail

      • getEntries

        Enumeration<? extends org.apache.commons.compress.archivers.ArchiveEntry> getEntries()
                                                                                      throws IOException
        Returns an enumeration with the archive files entries. Any element returned by the enumeration is an instance of ArchiveEntry.
        Throws:
        IOException
      • getInputStream

        InputStream getInputStream​(org.apache.commons.compress.archivers.ArchiveEntry entry)
                            throws IOException
        Returns an InputStream with the given entries contents. org.apache.commons.compress.archivers.ArchiveEntry
        Throws:
        IOException