misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author Wuzzy <Wuzzy2@mail.ru>
Tue, 24 Apr 2018 20:30:15 +0200
changeset 13348 93325e13d329
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Change KeyBindToName to shortstring Key names do not and should not be longer than 255 characters. ;-)

package SevenZip;

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