misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author antonc27 <antonc27@mail.ru>
Sat, 17 Mar 2018 23:27:24 +0100
branchios-develop
changeset 13242 d28fd77289f1
parent 12213 bb5522e88ab2
permissions -rw-r--r--
- New AppIcon (no more black background!)

package SevenZip;

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