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

org.archive.extract.ExtractorOutput Maven / Gradle / Ivy

There is a newer version: 1.1.9
Show newest version
package org.archive.extract;

import java.io.IOException;

import org.archive.resource.Resource;

public interface ExtractorOutput {
	public void output(Resource resource) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy