misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author Wuzzy <Wuzzy2@mail.ru>
Tue, 02 Oct 2018 21:26:25 +0200
changeset 13843 cf7626f46bb2
parent 12213 bb5522e88ab2
permissions -rw-r--r--
IFNDEF custom exception handlung away in pas2c builds

package SevenZip;

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