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

apparat.sevenzip.ICodeProgress Maven / Gradle / Ivy

package apparat.sevenzip;

public interface ICodeProgress
{
	public void SetProgress(long inSize, long outSize);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy