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

com.jn.agileway.zip.archive.ArchiveSuiteFactory Maven / Gradle / Ivy

package com.jn.agileway.zip.archive;


import java.io.InputStream;
import java.io.OutputStream;

public interface ArchiveSuiteFactory {
    Archiver get(String format, OutputStream outputStream);
    Expander get(String format, InputStream inputStream);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy