Interface ArchiveUtil.DoInArchiveHandler<T>

  • Type Parameters:
    T - return type
    Enclosing class:
    ArchiveUtil

    public static interface ArchiveUtil.DoInArchiveHandler<T>
    Callback for #doInArchive(ArchiveFileDescriptor, String, DoInArchiveHandler)
    Since:
    8.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T found​(org.apache.commons.compress.archivers.ArchiveEntry entry, org.apache.commons.compress.archivers.ArchiveInputStream stream)  
    • Method Detail

      • found

        T found​(@NotNull
                org.apache.commons.compress.archivers.ArchiveEntry entry,
                @NotNull
                org.apache.commons.compress.archivers.ArchiveInputStream stream)
         throws IOException
        Throws:
        IOException