misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author Wuzzy <almikes@aol.com>
Tue, 26 Sep 2017 02:27:33 +0200
changeset 12530 00d3c280034b
parent 12213 bb5522e88ab2
permissions -rw-r--r--
ASA, a frozen adventure: Retain bazooka on checkpoint 2

package SevenZip;

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