misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author nemo
Wed, 25 Oct 2017 20:46:37 -0400
changeset 12767 bbbf97e07ba5
parent 12213 bb5522e88ab2
permissions -rw-r--r--
oops

package SevenZip;

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