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 Detail

      • found

        T found​(@NotNull
                ArchiveEntry entry,
                @NotNull
                ArchiveInputStream stream)
         throws java.io.IOException
        Throws:
        java.io.IOException