misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author Wuzzy <almikes@aol.com>
Sun, 08 Oct 2017 23:34:14 +0200
changeset 12678 fb240fa9f178
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Remove spaces from grave names

package SevenZip;

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