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

org.rdfhdt.hdt.header.HeaderPrivate Maven / Gradle / Ivy

The newest version!
package org.rdfhdt.hdt.header;

import java.io.IOException;
import java.io.InputStream;

import org.rdfhdt.hdt.listener.ProgressListener;
import org.rdfhdt.hdt.options.ControlInfo;

public interface HeaderPrivate extends Header {
	void load(InputStream input, ControlInfo ci, ProgressListener listener) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy