misc/libphysfs/lzma/Java/SevenZip/ICodeProgress.java
author Wuzzy <Wuzzy2@mail.ru>
Tue, 27 Mar 2018 19:59:12 +0200
changeset 13286 1fbf2ac1f13e
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Videos frontend page: Locale-aware text formatting

package SevenZip;

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