mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
7 lines
107 B
Java
7 lines
107 B
Java
|
|
package SevenZip;
|
||
|
|
|
||
|
|
public interface ICodeProgress
|
||
|
|
{
|
||
|
|
public void SetProgress(long inSize, long outSize);
|
||
|
|
}
|