All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.freefair.gradle.plugins.compress.tree.ArchiveInputStreamProvider Maven / Gradle / Ivy

There is a newer version: 8.11
Show newest version
package io.freefair.gradle.plugins.compress.tree;

import org.apache.commons.compress.archivers.ArchiveException;
import org.apache.commons.compress.archivers.ArchiveInputStream;

import java.io.File;
import java.io.IOException;

@FunctionalInterface
public interface ArchiveInputStreamProvider {
    IS openFile(File file) throws IOException, ArchiveException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy