misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author Wuzzy <Wuzzy2@mail.ru>
Wed, 18 Jul 2018 02:05:05 +0200
changeset 13507 7e188a28f078
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Remove and replace old googlecode references

package SevenZip;

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