Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 107 Bytes

ICodeProgress.java

File metadata and controls

6 lines (5 loc) · 107 Bytes
 
Jan 23, 2008
Jan 23, 2008
1
2
3
4
5
6
package SevenZip;
public interface ICodeProgress
{
public void SetProgress(long inSize, long outSize);
}